ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabelBase Class / CreateParams Property

In This Topic
    CreateParams Property (C1SuperLabelBase)
    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;}
    See Also