Enum SoftLabelKeyMode
Defines the possible strategies of clearing contents of a window.
Namespace: Sharpie
Assembly: sharpie.dll
Syntax
[PublicAPI]
public enum SoftLabelKeyMode
Fields
Name | Description |
---|---|
Disabled | No soft key labels will be used. |
FourFour | Indicates a 4-4 arrangement of the labels. |
FourFourFour | Indicates a 4-4-4 arrangement of the labels. |
FourFourFourWithIndex | Indicates a 4-4-4 arrangement of the labels with an index line. |
ThreeTwoThree | Indicates a 3-2-3 arrangement of the labels. |