SplitContainer::Panel2Collapsed Property

 

Gets or sets a value determining whether Panel2 is collapsed or expanded.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool Panel2Collapsed {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if Panel2 is collapsed; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: