flash.ui.MouseCursor extends Object

public final class flash.ui.MouseCursor extends Object
{
native public function MouseCursor():*;
static native public const AUTO:String = "auto";//默认样式。
static native public const ARROW:String = "arrow";//箭头样式。
static native public const BUTTON:String = "button";//按钮手指型样式。

static native public const HAND:String = "hand";//手掌型样式。
static native public const IBEAM:String = "ibeam";//文本选择型样式。"工"
}

相关文章:

  • 2022-12-23
  • 2021-08-05
  • 2022-01-09
  • 2021-12-06
  • 2021-09-04
  • 2021-11-28
  • 2021-12-12
猜你喜欢
  • 2021-11-27
  • 2021-06-07
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
相关资源
相似解决方案