Accusoft.NotateXpress13.Net
ToolTipTimeInteractive Property




Gets or sets the amount of time a tooltip window remains visible.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("NotateXpress")>
<DescriptionAttribute("Inidciates the amount of time a ToolTip window remains visible if the pointer is stationary within a tool's bounding rectangle in Interactive mode.")>
Public Property ToolTipTimeInteractive As Integer
'Usage
 
Dim instance As NotateXpress
Dim value As Integer
 
instance.ToolTipTimeInteractive = value
 
value = instance.ToolTipTimeInteractive
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates the amount of time a ToolTip window remains visible if the pointer is stationary within a tool's bounding rectangle in Interactive mode.")]
public int ToolTipTimeInteractive {get; set;}
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates the amount of time a ToolTip window remains visible if the pointer is stationary within a tool's bounding rectangle in Interactive mode.")]
public: __property int get_ToolTipTimeInteractive();
public: __property void set_ToolTipTimeInteractive( 
   int value
);
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates the amount of time a ToolTip window remains visible if the pointer is stationary within a tool's bounding rectangle in Interactive mode.")]
public:
property int ToolTipTimeInteractive {
   int get();
   void set (    int value);
}

Property Value

The ToolTipTimeInteractive.
Remarks

A value of -1 will cause the tooltip to not be displayed.

This controls the amount of time a ToolTip window remains visible if the pointer is stationary within a tool's bounding rectangle in Interactive mode.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback