Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / TooltipsForm Class / CreateParams Property


In This Topic
    CreateParams Property (TooltipsForm)
    In This Topic
    Gets the create params.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property CreateParams As CreateParams
    'Usage
     
    
    Dim instance As TooltipsForm
    Dim value As CreateParams
     
    value = instance.CreateParams
    protected override CreateParams CreateParams {get;}
    See Also