Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ResolveCustomControlEventArgs Class / CreateDefaultControl Method


In This Topic
    CreateDefaultControl Method
    In This Topic
    Creates the default control.
    Syntax
    'Declaration
     
    
    Public Function CreateDefaultControl() As Control
    'Usage
     
    
    Dim instance As ResolveCustomControlEventArgs
    Dim value As Control
     
    value = instance.CreateDefaultControl()
    public Control CreateDefaultControl()

    Return Value

    A System.Windows.Forms.Control object represents the default control.
    See Also