C1.Win.4.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / CreateHandle Method

CreateHandle Method (DropDownFormBase)
Creates the handle for the form. If a derived class overrides this function, it must call the base implementation.
Syntax
'Declaration
 
Protected Overrides Sub CreateHandle() 
 
Exceptions
ExceptionDescription
A handle for this System.Windows.Forms.Form has already been created.
See Also