Accusoft.NotateXpress13.Net
ToolTipTimeEdit Property




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

Property Value

An integer which represents the amount of time to display the tooltip window.
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 Edit mode.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback