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