Calendar for WinForms | ComponentOne
C1.Win.Input.Base.DropDownForms 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()
    See Also