HideDelay Property (TooltipBase)
In This Topic
Gets or sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element.
Syntax
'Declaration
Public Property HideDelay As System.Integer
'Usage
Dim instance As TooltipBase
Dim value As System.Integer
instance.HideDelay = value
value = instance.HideDelay
public System.int HideDelay {get; set;}
public read-write property HideDelay: System.Integer;
public function get,set HideDelay : System.int
public: __property System.int get_HideDelay();
public: __property void set_HideDelay(
System.int value
);
public:
property System.int HideDelay {
System.int get();
void set ( System.int value);
}
See Also