ToolTipService Class
namespace Noesis | MSDN
Represents a service that provides properties and events to control the display and behavior of tooltips.
Methods
Name | Description |
---|---|
FindValidToolTipOwner | Finds the first object in the tree from the specified element that can show a tooltip |
GetBetweenShowDelay | Gets the maximum time between the display of two tooltips where the second tooltip appears without a delay |
GetHasDropShadow | Gets whether the tooltip displays a drop shadow effect |
GetHorizontalOffset | Gets the offset from the left of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties |
GetInitialShowDelay | Gets the length of time before a tooltip opens |
GetIsEnabled | Gets whether a tooltip appears |
GetIsOpen | Gets whether a tooltip is currently visible |
GetPlacement | Gets the orientation of the tooltip when it opens, and specifies how the tooltip behaves when it overlaps screen boundaries |
GetPlacementRectangle | Gets the rectangular area relative to which the tooltip is positioned |
GetPlacementTarget | Gets the object relative to which the tooltip is positioned |
GetShowDuration | Gets the amount of time that a tooltip remains visible |
GetShowOnDisabled | Gets whether a tooltip appears for an object that is not enabled |
GetToolTip | Gets the content of a tooltip |
GetVerticalOffset | Gets the distance from the top of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties |
SetBetweenShowDelay | Sets the maximum time between the display of two tooltips where the second tooltip appears without a delay |
SetHasDropShadow | Sets whether the tooltip displays a drop shadow effect |
SetHorizontalOffset | Sets the offset from the left of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties |
SetInitialShowDelay | Sets the length of time before a tooltip opens |
SetIsEnabled | Sets whether a tooltip appears |
SetIsOpen | Sets whether a tooltip is currently visible |
SetPlacement | Sets the orientation of the tooltip when it opens, and specifies how the tooltip behaves when it overlaps screen boundaries |
SetPlacementRectangle | Sets the rectangular area relative to which the tooltip is positioned |
SetPlacementTarget | Sets the object relative to which the tooltip is positioned |
SetShowDuration | Sets the amount of time that a tooltip remains visible |
SetShowOnDisabled | Sets whether a tooltip appears for an object that is not enabled |
SetToolTip | Sets the content of a tooltip |
SetVerticalOffset | Sets the distance from the top of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties |
Properties
ToolTipService has no properties
Events
ToolTipService has no events
Table of Contents