Accusoft.NotateXpressSdk Namespace > NotateXpress Class : ToolTipTimeInteractive 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 Interactive mode.")> <CategoryAttribute("NotateXpress")> <BrowsableAttribute(True)> Public Property ToolTipTimeInteractive As Integer
'Usage Dim instance As NotateXpress Dim value As Integer instance.ToolTipTimeInteractive = value value = instance.ToolTipTimeInteractive
[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.")] [CategoryAttribute("NotateXpress")] [BrowsableAttribute(true)] public int ToolTipTimeInteractive {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 Interactive mode.")] [CategoryAttribute("NotateXpress")] [BrowsableAttribute(true)] public: __property int get_ToolTipTimeInteractive(); public: __property void set_ToolTipTimeInteractive( 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 Interactive mode.")] [CategoryAttribute("NotateXpress")] [BrowsableAttribute(true)] public: property int ToolTipTimeInteractive { 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 Interactive mode.