Input for WinForms | ComponentOne
C1.Framework Namespace / XView Class / CreateParams Property

In This Topic
    CreateParams Property (XView)
    In This Topic
    Gets the required creation parameters when the control handle is created.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property CreateParams As CreateParams
    protected virtual 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