CommandParameter Property (RibbonQat)
In This Topic
Gets or sets the command parameter.
Syntax
'Declaration
Public Property CommandParameter As Object
'Usage
Dim instance As RibbonQat
Dim value As Object
instance.CommandParameter = value
value = instance.CommandParameter
public object CommandParameter {get; set;}
See Also