Enumeration Types
Enumeration Tyoes
BorderStyle
Used to set or get the style of the border drawn around the control.
| Name | Value | Description |
|---|---|---|
| BdrFlat | 0 | Solid border |
| BdrRaised | 5 | 2-pixel wide, 3D border giving the control the appearance of being raised above its background |
| BdrEtched | 6 | 2-pixel wide, 3D border with the appearance of a sunken edge. |
| BdrBump | 9 | 2-pixel wide, 3D border with the appearance of a raised edge. |
| BdrSunken | 10 | 2-pixel wide, 3D border giving the control the appearance of being sunken into its background |
ButtonOptions
WizCtl: Used to specify alignment of text within button rectangle (via ObjectOptions object).
| Name | Value | Description |
|---|---|---|
| BtnAlignCentre | 0x00 | Centre horizontally |
| BtnAlignMiddle | 0x00 | Centre vertically |
| BtnAlignLeft | 0x01 | Left align |
| BtnAlignRight | 0x02 | Right align |
| BtnAlignTop | 0x04 | Top align |
| BtnAlignBottom | 0x08 | Bottom align |
CheckboxOptions
WizCtl: Used to specify the initial checkbox state when adding a checkbox object and to select the display type.
| Name | Value | Description |
|---|---|---|
| CheckboxUnchecked | 0x00 | Initial state unchecked |
| CheckboxChecked | 0x01 | Initial state checked |
| CheckboxDisplayTick | 0x02 | Indicate checked with a tick symbol |
| CheckboxDisplayCross | 0x04 | Indicate checked with a cross |
EncryptAlg
Specifies the type of encryption to be used.
| Name | Value | Description |
|---|---|---|
| EncryptNone | 0 | None |
| EncryptTripleDES | 1 | Triple DES |
EventType
Type of event for callback function.
| Name | Value | Description |
|---|---|---|
| EvTextClicked | 0 | Text Clicked |
| EvButtonClicked | 1 | Button Clicked |
| EvCheckboxChecked | 2 | Checkbox Checked |
| EvCheckboxUnchecked | 3 | Checkbox Unchecked |
| EvInputMinReached | 4 | Input Min Reached |
| EvInputMaxReached | 5 | Input Max Reached |
| EvInputExceeded | 6 | Input Exceeded |
InputEchoOptions
Used to specify the way an InputEcho field echoes user input.
| Name | Value | Description |
|---|---|---|
| EchoNoSpacing | 0x00 | No space between characters |
| EchoHalfSpacing | 0x01 | Half space |
| EchoSingleSpacing | 0x02 | Single space |
| EchoDoubleSpacing | 0x04 | Double space |
| EchoUnderline | 0x08 | Underline echoed characters |
MarkupStatus
HTML document markup status.
| Name | Value | Description |
|---|---|---|
| mkupSuccess | 0 | Markup added successfully |
| mkupDocError | 1 | Unable to access HTML document |
| mkupEltNotFound | 2 | Failed to find named element in HTML document |
| mkupEltNotEmpty | 3 | Named element in HTML document is not empty |
| mkupEltEmpty | 4 | Named element in HTML document is empty |
| mkupError | 5 | Error inserting markup into HTML document |
ObjectType
Used to specify the object type required in calls to the AddObject method.
| Name | Value | Description |
|---|---|---|
| ObjectText | 0 | Display text |
| ObjectButton | 1 | Button |
| ObjectCheckbox | 2 | Checkbox |
| ObjectSignature | 3 | Signature |
| ObjectInput | 4 | Input |
| ObjectInputEcho | 5 | Input Echo |
| ObjectHash | 6 | Hash |
| ObjectImage | 7 | Display image |
| ObjectDisplayAtShutdown | 8 | Do not clear pad display on disconnect |
| ObjectInking | 9 | Enable ink capture as image |
| ObjectRadioButton | 10 | Radio Button |
PrimitiveOptions
Used to specify options for graphics primitives in calls to the AddPrimitive method.
| Name | Value | Description |
|---|---|---|
| PrimitiveLineSolid | 0x01 | Solid |
| PrimitiveLineDashed | 0x02 | Dashed |
| PrimitiveOutline | 0x04 | Outline |
| PrimitiveFill | 0x08 | Fill shape |
| PrimitiveFillXOR | 0x10 | Invert area of shape |
PrimitiveType
Used to specify the graphics primitive type required in calls to the AddPrimitive method.
| Name | Value | Description |
|---|---|---|
| PrimitiveLine | 0 | Line |
| PrimitiveRectangle | 1 | Rectangle |
| PrimitiveEllipse | 2 | Ellipse |
TextOptions
Used to specify text alignment.
| Name | Value | Description |
|---|---|---|
| TextAlignLeft | 0 | Align left |
| TextAlignRight | 1 | Align right |
| TextAlignCentre | 2 | Centre the text |
| TextAlignJustify | 3 | Insert spaces to align left and right |