TabControl..::..ButtonFrame Property

Gets the button frame.

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

Syntax


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

Field Value

The button frame.