Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ToolBarPlace

en

enums of the position of toolbar by function showToolBar

zh

showToolBar 方法使用的位置枚举值

Index

Enumeration members

kToolBarBottomLeft

kToolBarBottomLeft: = 5
en

enum the toolbar is at bottomleft.

zh

工具栏位置枚举值,左下方

kToolBarBottomRight

kToolBarBottomRight: = 6
en

enum the toolbar is at bottomright

zh

工具栏位置枚举值,右下方

kToolBarMidLeft

kToolBarMidLeft: = 3

enum the toolbar is at midleft.

kToolBarMidRight

kToolBarMidRight: = 4

enum the toolbar is at midright.

kToolBarTopLeft

kToolBarTopLeft: = 1
en

enum the toolbar is at topleft

zh

工具栏位置枚举值,左上方

kToolBarTopRight

kToolBarTopRight: = 2
en

enum the toolbar is at topright

zh

工具栏位置枚举值,右上方

Generated using TypeDoc