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