Mouse
|
Overloaded. Initializes a new instance of the Mouse class. |
Button | Gets an enumeration of all the mouse buttons currently pressed down |
ControlFocus | Gets or sets the current Control that this mouse is focused on |
Cursor | Gets or sets the cursor image. You can use one of the default System.Windows.Forms.Cursors |
DegreeRotation | Gets or sets both the rotation of the cursor image and the rotation of the movement of the cursor. For table top displays |
Focus | Gets or sets the current SDG widget that this mouse is focused on |
Hotspot | Get or sets the Hotspot of the cursor. The hotspot is the focal area of a cursor |
Location | Gets or sets the position of the cursor relative to the specified control |
LocationAbs | Gets or sets the absolute screen position of the current Mouse |
Opacity | Gets or sets the opacity of the cursor. A value of 1.0 represents full opacity and 0.0 represents completely transparent |
RelativeTo | Gets or sets the control that all of the X, Y and Location coordinates are relative to |
RotateCursorImageOnly | Gets or sets the rotation of the cursor image. This does not affect the movement of the cursor |
Text | Gets or sets the cursor caption. The Default text location is the bottom left of the screen |
TextBrush | Gets or sets the cursor caption brush. This is useful for changing the colour of the text |
TextCardinalPosition | Gets or sets the position of the text caption based upon the Cardinal Direction enumeration. Normal returns a value dead center of the cursor. |
TextFont | Gets or sets the font of the text caption for this cursor. |
TextFormat | Gets or sets the cursor caption string format. The default format is to draw all text in a left to right fashion moving right from TextLocation |
TextLocation | Gets or sets the starting location of the text caption for this cursor. |
Visible | Gets or sets the visible property of the Mouse. This is useful if you just want Mouse Events but you don't want to draw the Mouse on the screen |
X | Gets or sets the X position of the cursor relative to the specified control |
Xabs | Gets or sets the absolute X screen position of the current Mouse |
Y | Gets or sets the Y position of the cursor relative to the specified control |
Yabs | Gets or sets the absolute Y screen position of the current Mouse |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
MouseDown | Event fired when any mouse button has been pressed |
MouseMove | Event fired when any mouse event occurs |
MouseUp | Event fired when any mouse button has been released |
MouseWheel | Event fired when the mouse wheel has been moved |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |