PropertyGrid::SelectedTab Property

 

Gets the currently selected property tab.

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

public:
[BrowsableAttribute(false)]
property PropertyTab^ SelectedTab {
	PropertyTab^ get();
}

Property Value

Type: System.Windows.Forms.Design::PropertyTab^

The PropertyTab that is providing the selected view.

All property tabs derive from the PropertyTab class.

.NET Framework
Available since 1.1
Return to top
Show: