'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 Edit mode.")>
Public Property ToolTipTimeEdit As Integer
'Usage
Dim instance As NotateXpress
Dim value As Integer
instance.ToolTipTimeEdit = value
value = instance.ToolTipTimeEdit
[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 Edit mode.")]
public int ToolTipTimeEdit {get; set;}
[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 Edit mode.")]
public: __property int get_ToolTipTimeEdit();
public: __property void set_ToolTipTimeEdit(
int value
);
[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 Edit mode.")]
public:
property int ToolTipTimeEdit {
int get();
void set ( int value);
}