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