Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChildControlEventArgs Class / ChildControl Property


In This Topic
    ChildControl Property
    In This Topic
    Gets the child control for the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChildControl As Control
    'Usage
     
    
    Dim instance As ChildControlEventArgs
    Dim value As Control
     
    value = instance.ChildControl
    public Control ChildControl {get;}
    See Also