RadioButton..::..Button Property

Gets the button.

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

Syntax


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

Field Value

The button.