Constant | Defined By | ||
---|---|---|---|
CreateComponent : int = 50 [static] Create new component. | StiAction | ||
Hand : int = 15 [static] Prepare to drag page. | StiAction | ||
HandDrag : int = 16 [static] Page dragging. | StiAction | ||
Move : int = 1 [static] Move. | StiAction | ||
None : int = 0 [static] No action. | StiAction | ||
ResizeColumns : int = 11 [static] Resize columns. | StiAction | ||
ResizeRows : int = 12 [static] Resize rows. | StiAction | ||
Select : int = 2 [static] Select. | StiAction | ||
SelectColumn : int = 13 [static] Select column. | StiAction | ||
SelectRow : int = 14 [static] Select row. | StiAction | ||
SizeBottom : int = 6 [static] Bottom side. | StiAction | ||
SizeLeft : int = 3 [static] Left side. | StiAction | ||
SizeLeftBottom : int = 8 [static] Left bottom side. | StiAction | ||
SizeLeftTop : int = 7 [static] Left top side. | StiAction | ||
SizeRight : int = 4 [static] Right side. | StiAction | ||
SizeRightBottom : int = 10 [static] Right bottom side. | StiAction | ||
SizeRightTop : int = 9 [static] Right top side. | StiAction | ||
SizeTop : int = 5 [static] Top side. | StiAction |
CreateComponent | Constant |
public static const CreateComponent:int = 50
Create new component.
Hand | Constant |
public static const Hand:int = 15
Prepare to drag page.
HandDrag | Constant |
public static const HandDrag:int = 16
Page dragging.
Move | Constant |
public static const Move:int = 1
Move.
None | Constant |
public static const None:int = 0
No action.
ResizeColumns | Constant |
public static const ResizeColumns:int = 11
Resize columns.
ResizeRows | Constant |
public static const ResizeRows:int = 12
Resize rows.
Select | Constant |
public static const Select:int = 2
Select.
SelectColumn | Constant |
public static const SelectColumn:int = 13
Select column.
SelectRow | Constant |
public static const SelectRow:int = 14
Select row.
SizeBottom | Constant |
public static const SizeBottom:int = 6
Bottom side.
SizeLeft | Constant |
public static const SizeLeft:int = 3
Left side.
SizeLeftBottom | Constant |
public static const SizeLeftBottom:int = 8
Left bottom side.
SizeLeftTop | Constant |
public static const SizeLeftTop:int = 7
Left top side.
SizeRight | Constant |
public static const SizeRight:int = 4
Right side.
SizeRightBottom | Constant |
public static const SizeRightBottom:int = 10
Right bottom side.
SizeRightTop | Constant |
public static const SizeRightTop:int = 9
Right top side.
SizeTop | Constant |
public static const SizeTop:int = 5
Top side.