Enumeration listing various modes of operations of the FormDesigner component.
[Visual Basic] Public Enum ModeOption [C#] public enum ModeOption [C++] public __value enum ModeOption [JScript] public enum ModeOption
FormDesigner mode can be changed through Mode property. In the design mode, the components sited on the FormDesigner will stop responding to the mouse and keyboard inputs in normal way. Instead they will start showing resizing handles when they are click using mouse.
| Member Name | Description |
|---|---|
| Run | Indicates that FormDesigner is in run mode. |
| Design | Indicates that FormDesigner is in design mode. |
Namespace: Viklele.Win.Designer
Assembly: Viklele.Win.FormDesigner (in Viklele.Win.FormDesigner.dll)
Viklele.Win.Designer Namespace | Mode