IExpandCollapseProvider.Expand Method

Definition

Displays all child nodes, controls, or content of the control.

public:
 void Expand();
public void Expand ();
abstract member Expand : unit -> unit
Public Sub Expand ()

Remarks

This is a blocking method that returns after the control has been expanded.

Applies to

See also