Specifies the behavior of the C1ToolTip when it is closed.
Namespace:
C1.Web.UI.Controls.C1ToolTipAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
public enum CloseBehavior |
Visual Basic (Declaration) |
---|
Public Enumeration CloseBehavior |
Members
Member name | Description | |
---|---|---|
Auto | The tooltip will close automatically. | |
Manual | The tooltip will close when the close button is clicked. | |
Sticky | The tooltip will close when the mouse is moved outside of the tooltip border. | |
None | The tooltip will always show. |