Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ResolveCustomControlEventArgs Class / Type Property


In This Topic
    Type Property (ResolveCustomControlEventArgs)
    In This Topic
    The type of custom control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As CustomControlType
    'Usage
     
    
    Dim instance As ResolveCustomControlEventArgs
    Dim value As CustomControlType
     
    value = instance.Type
    public CustomControlType Type {get;}
    See Also