eDriven Framework API
Editable Property
NamespaceseDriven.Gui.ComponentsTextFieldEditable
eDriven Framework API
Is text field editable or read-only?
Declaration Syntax
C#Visual BasicVisual C++
public bool Editable { get; set; }
Public Property Editable As Boolean
	Get
	Set
public:
property bool Editable {
	bool get ();
	void set (bool value);
}

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)