Click or drag to resize
AB4D logo

MouseWithButtons Properties

The MouseWithButtons type exposes the following members.

Properties
 NameDescription
Public propertyIsLeftButtonPressed Gets or sets a Boolean that specifies if left button is shown as pressed.
Public propertyIsMiddleButtonPressed Gets or sets a Boolean that specifies if middle button is shown as pressed.
Public propertyIsMiddleButtonShown Gets or sets a Boolean that specifies if middle button is shown on the mouse.
Public propertyIsRightButtonPressed Gets or sets a Boolean that specifies if right button is shown as pressed.
Public propertyOutlineButtonBrush Gets or sets a Brush that specifies how the mouse outlines are shown. Default value is Black brush.
Public propertyPressedButtonBrush Gets or sets a Brush that specifies how a pressed button is shown. Default value is Red brush.
Public propertyReleasedButtonBrush Gets or sets a Brush that specifies how the a released button is shown. Default value is DarkGray brush.
Top
See Also