Spread WinForms 15
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
See Also