A runtime form designer control

FormDesignerErrorConst Enumeration

Enumeration listing the identifier code for the exception that can be thrown by form designer component.

[Visual Basic]
Public Enum FormDesignerErrorConst
[C#]
public enum FormDesignerErrorConst
[C++]
public __value enum FormDesignerErrorConst
[JScript]
public enum FormDesignerErrorConst

Members

Member NameDescription
MissingAssemblyReference Error constant indicating that specified assembly could not be found in referenced assemblies.
InvalidToolType Specified Type does not represent a valid form designer tool.

Requirements

Namespace: Viklele.Win.Designer

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

See Also

Viklele.Win.Designer Namespace