Click or drag to resize
weroSoft AG, Software
ToolTipHelper Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Provides helper method for formatting tool tips
Inheritance Hierarchy
SystemObject
  WeroSoftToolTipHelper

Namespace:  WeroSoft
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class ToolTipHelper

The ToolTipHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddInline(Grid, String, String, Boolean)
Helper method to get a formatted tooltip entry.
Public methodStatic memberAddInline(TextBlock, String, String, Boolean, Boolean)
Helper method to get a formatted tool-tip entry.
Public methodStatic memberGetSize
Gets the format string of the size.
Public methodStatic memberSplitToolTip(String)
Splits the text of the tooltip into a default number of lines of default width.
Public methodStatic memberSplitToolTip(String, Int32, Int32)
Splits the text of the tooltip into maxHeight lines of maxWidth length inserting line breaks.
Top
Fields
  NameDescription
Public fieldStatic memberLineBreakChar
Gets or sets the line break character used in tool-tips.
Top
See Also