GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTextBox Class / Name Property


In This Topic
Name Property (RibbonTextBox)
In This Topic
Gets or sets the unique name for this RibbonItem.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As RibbonTextBox
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also