FormGroupControl.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);
public override string hierarchyParent (string _value);
override this.hierarchyParent : string -> string
Public Overrides Function hierarchyParent (_value As String) As String

Parameters

_value
String

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

Returns

Applies to

hierarchyParent()

Gets or sets the HierarchyParent property value of the control.

public:
 override System::String ^ hierarchyParent();
public override string hierarchyParent ();
override this.hierarchyParent : unit -> string
Public Overrides Function hierarchyParent () As String

Returns

The HierarchyParent property value of the control.

Applies to