ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / CreateParams Property

In This Topic
    CreateParams Property (DropDownFormBase)
    In This Topic
    Gets the required creation parameters when the control handle is created.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property CreateParams As System.Windows.Forms.CreateParams
    protected override System.Windows.Forms.CreateParams CreateParams {get;}

    Property Value

    A System.Windows.Forms.CreateParams that contains the required creation parameters when the handle to the control is created.
    See Also