[Missing <summary> documentation for "P:Micromanager_net.MMCOMpictureBoard.Enabled"]
Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool Enabled { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Enabled As Boolean |
Visual C++ |
---|
public: virtual property bool Enabled { bool get () sealed; void set (bool value) sealed; } |