Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / Name Property


In This Topic
Name Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
 
Property Name As String
 
'Usage
 
Dim instance As IElement
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also