| Accusoft.NotateXpressSdk Namespace > NotateXpress Class : ToolTipTimeEdit Property |
'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.")> <BrowsableAttribute(True)> <CategoryAttribute("NotateXpress")> Public Property ToolTipTimeEdit As Integer
'Usage Dim instance As NotateXpress Dim value As Integer instance.ToolTipTimeEdit = value value = instance.ToolTipTimeEdit
[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.")] [BrowsableAttribute(true)] [CategoryAttribute("NotateXpress")] public int ToolTipTimeEdit {get; set;}
[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.")] [BrowsableAttribute(true)] [CategoryAttribute("NotateXpress")] public: __property int get_ToolTipTimeEdit(); public: __property void set_ToolTipTimeEdit( int value );
[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.")] [BrowsableAttribute(true)] [CategoryAttribute("NotateXpress")] public: property int ToolTipTimeEdit { int get(); void set ( int value); }
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.