Gets the state of the button control.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PushButtonState State { get; }
Visual Basic (Declaration)
Public ReadOnly Property State As PushButtonState
Visual C++
public:
property PushButtonState State {
	PushButtonState get ();
}

Field Value

The state of the button control.

See Also