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


In This Topic
Text Property (RibbonTextBox)
In This Topic
Gets or sets the text associated with the C1RibbonTextBox.
Syntax
'Declaration
 
Public Property Text As String
 
'Usage
 
Dim instance As RibbonTextBox
Dim value As String
 
instance.Text = value
 
value = instance.Text
See Also