Dynamic Relaxation Clash Plugin

ControlViewModel..::..IsControlPanelEnable Property

Gets or sets a value indicating whether this instance is control panel enable.

Namespace:  DynamicRelaxationClashVerification.ViewModels
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


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

Field Value

true if this instance is control panel enable; otherwise, false.