Method IsMouseOnOutlineButton
IsMouseOnOutlineButton(int, int, out IOutlineRange)
Indicates whether mouse point is within the outline button area.
public virtual bool IsMouseOnOutlineButton(int x, int y, out IOutlineRange range)
Parameters
x
intX-coordinate of the mouse pointer.
y
intY-coordinate of the mouse pointer.
range
IOutlineRangeRetrieves
IOutlineRange
under mouse pointer.
Returns
- bool
True if succeed; otherwise false.