FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / About Property


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