System.Windows.Forms.ToolTip.CreateParams Property

Gets the creation parameters for the ToolTip window.

Syntax

protected virtual CreateParams CreateParams { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ToolTip.CreateParams property should only be extended when you are wrapping a standard Windows control class or to set styles not provided by the System.Windows.Forms namespace. For more information about creating control parameters, see the CreateWindow and CreateWindowEx functions and the CREATESTRUCT structure documentation in the Windows Platform SDK reference located in the MSDN Library.

Note:

When overriding the ToolTip.CreateParams property in a derived class, use the base class's ToolTip.CreateParams property to extend the base implementation.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0