A runtime form designer control

ModeOption Enumeration

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

Remarks

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.

Members

Member NameDescription
Run Indicates that FormDesigner is in run mode.
Design Indicates that FormDesigner is in design mode.

Requirements

Namespace: Viklele.Win.Designer

Assembly: Viklele.Win.FormDesigner (in Viklele.Win.FormDesigner.dll)

See Also

Viklele.Win.Designer Namespace | Mode