ShowAtMouse Property (TooltipBase)
In This Topic
Gets or sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element.
Syntax
'Declaration
Public Property ShowAtMouse As System.Boolean
'Usage
Dim instance As TooltipBase
Dim value As System.Boolean
instance.ShowAtMouse = value
value = instance.ShowAtMouse
public System.bool ShowAtMouse {get; set;}
public read-write property ShowAtMouse: System.Boolean;
public function get,set ShowAtMouse : System.boolean
public: __property System.bool get_ShowAtMouse();
public: __property void set_ShowAtMouse(
System.bool value
);
public:
property System.bool ShowAtMouse {
System.bool get();
void set ( System.bool value);
}
See Also