Text Property (RadialMenuCommandItem)
In This Topic
Overridden. Gets or sets the text shown by this menu item. Note that setting this property does not change the text on the associated C1Command.
Syntax
'Declaration
Public Overrides Property Text As String
public override string Text {get; set;}
See Also