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