Here is a list of properties available in DncTextBox.
The properties defined in DncTextBox are grouped in the TextBoxProperty collection.
The format for accessing each property is as follows.
DncTextBox.TextBoxProperty.Each property information
■List of properties in TextBoxProperty
Property |
Description |
Sets/gets the text. |
|
Specifies the type of input data. |
|
Specifies the font of the text. |
|
Specifies the text color. |
|
Specifies the text alignment. |
|
Specifies the indentation to put before and after the text. |
|
Specifies whether to enable or disable multi-line text display. |
■Optional properties
Property |
Description |
Specifies whether to convert the alphabet to uppercase or lowercase. |
|
Specifies the default value of the text when an input error occurs. |
|
Specifies the number of digits to display for hexadecimal data. |
|
Specifies whether to enable or disable the text background color when setting the focus on the component. |
|
Specifies whether to allow or disallow the text copy operation. |
|
Specifies whether to allow or disallow the text paste operation. |
|
Specifies whether to enable/disable the movement between controls by the enter key. |
|
Specifies the background color when the component's focus is enabled. |
|
Specifies a hexadecimal symbol. |
|
Specifies IME control when the component is focused. |
|
Specifies the number of characters that will trigger the move to the next control. |
|
Specifies whether the text is selected when the component is focused. |
■Properties of input rule
Collection |
Description |
Specifies the characters that are allowed to be entered. |
|
Specifies the icon display position for input value errors. |
|
Specifies the characters that are prohibited from being entered. |
|
Specifies the maximum number of characters that can be entered. |
|
Specifies the maximum value of the integer that can be entered. |
|
Specifies the maximum value of the real that can be entered. |
|
Specifies the minimum value of the integer that can be entered. |
|
Specifies the minimum value of the real that can be entered. |
|
Specifies whether to enable or disable multi-line text display. |
■Properties for error setting
Property |
Description |
Specifies how to notify input value errors. |
|
Specifies the timing to check the input value. |
|
Specifies how to handle input value errors. |
|
Specifies the title of the message box due to an input value error. |
|
Specifies the message when an input error occurs. |
|
Specifies the message when an "Allowed characters" error occurs. |
|
Specifies the message when an "Maximum number of characters" error occurs. |
|
Specifies the message when an "Maximum value" error occurs. |
|
Specifies the message when an "Minimum value" error occurs. |
|
Specifies the message when an "Prohibited characters" error occurs. |