TabPage..::..Button Property

Gets the button.

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

Syntax


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

Field Value

The button.