TabButton..::..Controls Property

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

Syntax


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