Share via


FormAnimateControl.hierarchyParent Method

Definition

Overloads

hierarchyParent(String)
hierarchyParent()

Gets or sets the HierarchyParent property value of the control.

hierarchyParent(String)

public:
 override System::String ^ hierarchyParent(System::String ^ _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string hierarchyParent (string _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.hierarchyParent : string -> string
Public Overrides Function hierarchyParent (_value As String) As String

Parameters

_value
String

The value to assign as the HierarchyParent value of the control.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

hierarchyParent()

Gets or sets the HierarchyParent property value of the control.

public:
 override System::String ^ hierarchyParent();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string hierarchyParent ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.hierarchyParent : unit -> string
Public Overrides Function hierarchyParent () As String

Returns

The HierarchyParent property value of the control.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to