Gets the state of the button control.
Namespace:
CoreDevices.DeviceControlsAssembly: 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 (); } |