Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / DropDownForm Class / CreateHandle Method

In This Topic
    CreateHandle Method (DropDownForm)
    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 Overridable Sub CreateHandle() 
    protected virtual void CreateHandle()
    See Also