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

In This Topic
    Pressed Property (RadialMenuCommandItem)
    In This Topic
    Gets or sets a value indicating whether the menu item is pressed.
    Syntax
    'Declaration
     
    
    Public Overridable Property Pressed As Boolean
    public virtual bool Pressed {get; set;}
    See Also