CommandName Property (RibbonQat)
In This Topic
Gets or sets the command name.
Syntax
'Declaration
Public Property CommandName As String
'Usage
Dim instance As RibbonQat
Dim value As String
instance.CommandName = value
value = instance.CommandName
public string CommandName {get; set;}
See Also