Assembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Sub EnableEdit ( _ enable As Boolean _ ) |
| C# |
|---|
protected void EnableEdit( bool enable ) |
| Visual C++ |
|---|
protected: void EnableEdit( bool enable ) |
| JavaScript |
|---|
function enableEdit(enable); |
Parameters
- enable
- Type: System..::.Boolean