Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / Control Class / Name Property


In This Topic
Name Property (Control)
In This Topic
Gets or sets a string value representing the name of the control.
Syntax
'Declaration
 
Public Overrides Property Name As String
 
'Usage
 
Dim instance As Control
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

The name of the control.
See Also