AcadPopupMenuItemClassEnable Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual bool Enable { get; set; }
Public Overridable Property Enable As Boolean
Get
Set
public:
virtual property bool Enable {
bool get ();
void set (bool value);
}
abstract Enable : bool with get, set
override Enable : bool with get, set
Property Value
Type:
Boolean
Implements
IAcadPopupMenuItemEnable
See Also