Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / About Property


In This Topic
About Property (ElementControl)
In This Topic
Displays information about the control.
Syntax
'Declaration
 
Public Overridable Property About As Object
 
'Usage
 
Dim instance As ElementControl
Dim value As Object
 
instance.About = value
 
value = instance.About
See Also