FormCreateHandle Method

Creates the handle for the form. If a derived class overrides this function, it must call the base implementation.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
protected override void CreateHandle()

Exceptions

InvalidOperationExceptionA handle for this Form has already been created.

See Also