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


In This Topic
CommandParameter Property (RibbonTextBox)
In This Topic
Gets or sets the command parameter.
Syntax
'Declaration
 
Public Property CommandParameter As Object
 
'Usage
 
Dim instance As RibbonTextBox
Dim value As Object
 
instance.CommandParameter = value
 
value = instance.CommandParameter
See Also