AcadToolbarClassParent Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual Object Parent { get; }
Public Overridable ReadOnly Property Parent As Object
Get
public:
virtual property Object^ Parent {
Object^ get ();
}
abstract Parent : Object with get
override Parent : Object with get
Property Value
Type:
Object
Implements
IAcadToolbarParent
See Also