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


In This Topic
    Control Property (ResolveCustomControlEventArgs)
    In This Topic
    Gets or sets the custom control.
    Syntax
    'Declaration
     
    
    Public Property Control As Control
    'Usage
     
    
    Dim instance As ResolveCustomControlEventArgs
    Dim value As Control
     
    instance.Control = value
     
    value = instance.Control
    public Control Control {get; set;}
    See Also