TabControl..::..SelectedTab Property

Gets or sets the selected tab.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public TabPage SelectedTab { get; set; }
Public Property SelectedTab As TabPage
	Get
	Set
public:
property TabPage^ SelectedTab {
	TabPage^ get ();
	void set (TabPage^ value);
}

Field Value

The selected tab.