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