Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / Name Property


In This Topic
Name Property (ElementContainerControl)
In This Topic
Gets or sets the name used in code to identify the control.
Syntax
'Declaration
 
Public Shadows Property Name As String
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also