Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public virtual bool Visible { get; set; }
 
Public Overridable Property Visible As Boolean
        Get
        Set
 
public:
virtual property bool Visible {
        bool get ();
        void set (bool value);
}
 
abstract Visible : bool with get, set
override Visible : bool with get, set
 
 
 
Property Value
Type: 
Boolean
Implements
IMenuItemVisible 
See Also