Member CancelMouseEventArgs
Geschützte Member einschließen
Geerbte Member einschließen
.NET Framework-Member einschließen
.NET Compact Framework-Member einschließen
XNA Framework-Member einschließen
Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]
Der CancelMouseEventArgs-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
CancelMouseEventArgs |
Zum Seitenanfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Von Object geerbt.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Von Object geerbt.) | |
GetHashCode | Serves as a hash function for a particular type. (Von Object geerbt.) | |
GetType | Gets the Type of the current instance. (Von Object geerbt.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Von Object geerbt.) | |
ToString | Returns a String that represents the current Object. (Von Object geerbt.) |
Zum Seitenanfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Button | Gets which mouse button was pressed. (Von MouseEventArgs geerbt.) | |
Cancel | ||
Clicks | Gets the number of times the mouse button was pressed and released. (Von MouseEventArgs geerbt.) | |
Delta | Gets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel. (Von MouseEventArgs geerbt.) | |
Location | Gets the location of the mouse during the generating mouse event. (Von MouseEventArgs geerbt.) | |
X | Gets the x-coordinate of the mouse during the generating mouse event. (Von MouseEventArgs geerbt.) | |
Y | Gets the y-coordinate of the mouse during the generating mouse event. (Von MouseEventArgs geerbt.) |
Zum Seitenanfang