Description
Opt whether to use the position offset from the parent object.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property InheritFromParentObj() As Boolean
|
| [C#] |
|---|
public bool InheritFromParentObj {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_InheritFromParentObj(); public: __property void set_InheritFromParentObj( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_InheritFromParentObj( VARIANT_BOOL * pRetVal ); public: HRESULT put_InheritFromParentObj( VARIANT_BOOL NewInheritFromParentObj );
|
| [Java] |
|---|
public bool getInheritFromParentObj();public void setInheritFromParentObj( bool );
|
See Also