Object Reference
Object Reference for ASPNetToolTip.ToolTip in resource ASPNetToolTip.NET2.dll, or ASPNetToolTip.NET1.dll
These properties can be accessed programmatically (e.g. in C# or VB.Net) or by using the properties editor. In Visual Studio 2005 you can also access the properties using Smart Tags.
Behavior
AnimationDuration |
The duration of the Tool Tip animation in milliseconds. |
AnimationIn |
Animation that occurs when Tool Tip content is loading.
Animations:
RegularEaseIn (Default),
RegularEaseOut,
RegularEaseInOut,
StrongEaseIn,
StrongEaseOut,
StrongEaseInOut,
BackEaseIn,
BackEaseOut,
BackEaseInOut,
BounceEaseIn,
BounceEaseOut,
BounceEaseInOut,
ElasticEaseIn,
ElasticEaseOut,
ElasticEaseInOut |
AnimationOut |
Animation that occurs when Tool Tip content is unloading.
Animations:
RegularEaseIn,
RegularEaseOut (Default),
RegularEaseInOut,
StrongEaseIn,
StrongEaseOut,
StrongEaseInOut,
BackEaseIn,
BackEaseOut,
BackEaseInOut,
BounceEaseIn,
BounceEaseOut,
BounceEaseInOut,
ElasticEaseIn,
ElasticEaseOut,
ElasticEaseInOut |
DelayAtStart |
The delay between the mouse rollover and the Tool Tip open animation beginning. |
DelayAtEnd |
The delay between the mouse rollout and the Tool Tip close animation beginning. |
EventIn |
The event that causes the Tool Tip to open / appear.
Events:
OnBlur,
OnClick,
OnDoubleClick,
OnFocus,
OnMouseDown,
OnMouseOut,
OnMouseOver (Default),
OnMouseUp,
OnSelect |
EventOut |
The event that causes the Tool Tip to close / disappear.
Events:
OnBlur,
OnClick,
OnDoubleClick,
OnFocus,
OnMouseDown,
OnMouseOut (Default),
OnMouseOver,
OnMouseUp,
OnSelect |
FollowMouse |
Set true to have the Tool Tip follow the mouse during the mouseover event. False displays it in an initial position, where it sticks. |
General
ControlToToolTip |
For Visual Studio 2005 (and above) Users: Select or enter the Control ID to associate with the Tool Tip. Sets the 'Target Element' of the Tool Tip.
For Visual Studio 2003 Users: The Control ID of the Control to associate with the Tool Tip. Sets the 'Target Element' of the Tool Tip. |
Styles
TargetStyle |
Set Styling for the Targeted Element (the content which is Tool-Tipped).
TargetStyle Properties:
Alignment |
Sets the 'align' attribute of the control, which works exactly as it does on a div tag.
Default - Does not set the 'align' attribute for the control.
Center - Set the 'align' attribute for the control to 'center'.
Left - Set the 'align' attribute for the control to 'left'.
Right - Set the 'align' attribute for the control to 'right'. |
CursorStyle |
Sets the 'style.cursor' attribute of the control, which changes the cursor image when it hovers over the object on the screen.
Default - Does not set the 'style.cursor' attribute for the control.
Pointer - Set the 'style.cursor' attribute for the control to 'pointer'.
Help - Set the 'style.cursor' attribute for the control to 'help'.
Text - Set the 'style.cursor' attribute for the control to 'text'. |
|
ToolTipStyle |
Set Styling for the Tool Tip Element.
ToolTipStyle Properties:
MaxOpacity |
The Opacity (as a percentage from 0-100) of the Tool-Tip when the fade-in animation is complete. |
MouseOutZIndex |
The Z-Index of the Tool Tip content by default, when the mouse is not pointing at the rollover content. |
MouseOverZIndex |
The Z-Index of the Tool Tip content when the mouse is pointing at the rollover content. |
XOffset |
The number of pixels (positive and negative values accepted) that the tool-tip is offset to the right of the mouse cursor. |
YOffset |
The number of pixels (positive and negative values accepted) that the tool-tip is offset to the bottom of the mouse cursor. |
|
DropShadowStyle |
Set Styling for the Drop Shadow Element.
DropShadowStyle Properties:
Enabled |
Set true to display a drop shadow, false to exclude it. |
Placement |
Where the drop shadow is placed relative to the Tool Tip.
BottomRight (default) - Drop shadow falls to the bottom-right of the Tool Tip.
BottomLeft - Drop shadow falls to the bottom-left of the Tool Tip.
TopLeft - Drop shadow falls to the top-left of the Tool Tip.
TopRight - Drop shadow falls to the top-right of the Tool Tip.
Left - Drop shadow falls to the left of the Tool Tip.
Right - Drop shadow falls to the right of the Tool Tip.
Top - Drop shadow falls to the top of the Tool Tip.
Bottom - Drop shadow falls to the bottom of the Tool Tip. |
Depth |
Depth (size) of the drop shadow in pixels. |
Color |
Sets the color of the drop shadow. |
CssClass |
Sets the CSS Class for the drop shadow content. |
|
|