[Missing <summary> documentation for "P:CoreDevices.NI_Controls.Image_Processor.InActive"]

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

Syntax

C#
public bool InActive { get; set; }
Visual Basic (Declaration)
Public Property InActive As Boolean
Visual C++
public:
property bool InActive {
	bool get ();
	void set (bool value);
}

See Also