The ToolTipManager type exposes the following members.

Methods

  NameDescription
Public methodCloseToolTip
Hides the tool tip or does nothing if no tool tip is visible.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShowToolTip
Shows a tool tip.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCreateToolTipContent
Gets or sets a callback that creates a UIControl for a ToolTip.
Public propertyIsToolTipOpen
Gets a value indicating whether a tool tip is currently shown.
Public propertyScreen
Gets or sets the screen.
Public propertyToolTipControl
Gets the ContentControl that shows the tool tip.
Public propertyToolTipDelay
Gets the time which the mouse has to stand still before a tool tip pops up.
Public propertyToolTipOffset
Gets the offset of the tool tip to the mouse position.

See Also