ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / CreateHandle Method

In This Topic
    CreateHandle Method (DropDownFormBase)
    In This Topic
    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() 
    protected override void CreateHandle()
    Exceptions
    ExceptionDescription
    A handle for this System.Windows.Forms.Form has already been created.
    See Also