Pakket | flash.ui |
Klasse | public final class MouseCursor |
Overerving | MouseCursor Object |
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
cursor
van de klasse Mouse.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
ARROW : String = "arrow" [statisch]
Wordt gebruikt om aan te geven dat de pijlcursor moet worden gebruikt. | MouseCursor | ||
AUTO : String = "auto" [statisch]
Wordt gebruikt om aan te geven dat de cursor automatisch moet worden geselecteerd op basis van het object onder de muis. | MouseCursor | ||
BUTTON : String = "button" [statisch]
Wordt gebruikt om aan te geven dat de op een knop drukkende handcursor moet worden gebruikt. | MouseCursor | ||
HAND : String = "hand" [statisch]
Wordt gebruikt om aan te geven dat de slepende handcursor moet worden gebruikt. | MouseCursor | ||
IBEAM : String = "ibeam" [statisch]
Wordt gebruikt om aan te geven dat de I-balkcursor moet worden gebruikt. | MouseCursor |
Constantedetails
ARROW | Constante |
public static const ARROW:String = "arrow"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Wordt gebruikt om aan te geven dat de pijlcursor moet worden gebruikt.
AUTO | Constante |
public static const AUTO:String = "auto"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Wordt gebruikt om aan te geven dat de cursor automatisch moet worden geselecteerd op basis van het object onder de muis.
BUTTON | Constante |
public static const BUTTON:String = "button"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Wordt gebruikt om aan te geven dat de op een knop drukkende handcursor moet worden gebruikt.
HAND | Constante |
public static const HAND:String = "hand"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Wordt gebruikt om aan te geven dat de slepende handcursor moet worden gebruikt.
IBEAM | Constante |
public static const IBEAM:String = "ibeam"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Wordt gebruikt om aan te geven dat de I-balkcursor moet worden gebruikt.
Wed Jun 13 2018, 11:42 AM Z