Share via


FormControl.hierarchyParent Method

Definition

Overloads

hierarchyParent()

Gets or sets the HierarchyParent property value of the control.

hierarchyParent(String)

hierarchyParent()

Gets or sets the HierarchyParent property value of the control.

public:
 virtual System::String ^ hierarchyParent();
public virtual string hierarchyParent ();
abstract member hierarchyParent : unit -> string
override this.hierarchyParent : unit -> string
Public Overridable Function hierarchyParent () As String

Returns

The HierarchyParent property value of the control.

Applies to

hierarchyParent(String)

public:
 virtual System::String ^ hierarchyParent(System::String ^ _value);
public virtual string hierarchyParent (string _value);
abstract member hierarchyParent : string -> string
override this.hierarchyParent : string -> string
Public Overridable Function hierarchyParent (_value As String) As String

Parameters

_value
String

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

Returns

Applies to