xtd 0.2.0
Loading...
Searching...
No Matches

◆ double_click_size()

static xtd::drawing::size xtd::forms::system_information::double_click_size ( )
static

Gets the dimensions, in pixels, of the area within which the user must click twice for the operating system to consider the two clicks a double-click.

Returns
A size that indicates the dimensions, in pixels, of the area within which the user must click twice for the operating system to consider the two clicks a double-click.
Remarks
The double_click_size property indicates the size of a rectangular area centered around the point at which the last click occurred. To cause a double-click, a second click must occur within the area of the rectangle before the double-click time elapses.