ToolTipCreateParams Class

Definition

Line 37 of System.Windows/ToolTip.cm

Constructors & Destructor

public nothrow ToolTipCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

public nothrow ToolTipCreateParams& Defaults()
public nothrow ToolTipCreateParams& SetFontFamilyName(const String<char>& fontFamilyName_)
public nothrow ToolTipCreateParams& SetFontSize(float fontSize_)
public nothrow ToolTipCreateParams& SetFrameColor(const Color& frameColor_)
public nothrow ToolTipCreateParams& SetTextColor(const Color& textColor_)

Member Variables

public ControlCreateParams& controlCreateParams
public String<char> fontFamilyName
public float fontSize
public Color frameColor
public Color textColor

Constructor& Destructor Details

ToolTipCreateParams Constructor

public nothrow ToolTipCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 39 of System.Windows/ToolTip.cm


Member Function Details

Defaults Member Function

public nothrow ToolTipCreateParams& Defaults()

Definition
Line 47 of System.Windows/ToolTip.cm


SetFontFamilyName Member Function

public nothrow ToolTipCreateParams& SetFontFamilyName(const String<char>& fontFamilyName_)

Definition
Line 61 of System.Windows/ToolTip.cm


SetFontSize Member Function

public nothrow ToolTipCreateParams& SetFontSize(float fontSize_)

Definition
Line 66 of System.Windows/ToolTip.cm


SetFrameColor Member Function

public nothrow ToolTipCreateParams& SetFrameColor(const Color& frameColor_)

Definition
Line 56 of System.Windows/ToolTip.cm


SetTextColor Member Function

public nothrow ToolTipCreateParams& SetTextColor(const Color& textColor_)

Definition
Line 51 of System.Windows/ToolTip.cm