Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuCommandItem Class / Text Property

In This Topic
    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