  | PropertyManagerPageOptionBoxEnabled Property  | 
 [Missing <summary> documentation for "P:CodeStack.SwEx.PMPage.Controls.PropertyManagerPageOptionBox.Enabled"]
 
    Namespace: 
   CodeStack.SwEx.PMPage.Controls
    Assembly:
   CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntaxpublic bool Enabled { get; set; }Public Property Enabled As Boolean
	Get
	Set
public:
virtual property bool Enabled {
	bool get () sealed;
	void set (bool value) sealed;
}Property Value
Type: 
BooleanImplements
IPropertyManagerPageControl.Enabled
See Also