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


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