List of DncTextBox properties


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

Text

Sets/gets the text.

DataType

Specifies the type of input data.

Font

Specifies the font of the text.    

ForeColor

Specifies the text color.  

TextAlign

Specifies the text alignment.

TextIndent

Specifies the indentation to put before and after the text.

Multiline

Specifies whether to enable or disable multi-line text display.

 

■Optional properties

Property

Description

CaseConversion

Specifies whether to convert the alphabet to uppercase or lowercase.

DefaultValue

Specifies the default value of the text when an input error occurs.

DisplayDigits

Specifies the number of digits to display for hexadecimal data.

EnableFocusedBackColor

Specifies whether to enable or disable the text background color when setting the focus on the component.

EnableTextCopy

Specifies whether to allow or disallow the text copy operation.

EnableTextPaste

Specifies whether to allow or disallow the text paste operation.

EnterMove

Specifies whether to enable/disable the movement between controls by the enter key.

FocusedBackColor

Specifies the background color when the component's focus is enabled.

HexadecimalSymbol

Specifies a hexadecimal symbol.

ImeMode

Specifies IME control when the component is focused.

LengthMove

Specifies the number of characters that will trigger the move to the next control.

SelectText

Specifies whether the text is selected when the component is focused.

 

■Properties of input rule

Collection

Description

EnterableCharacters

Specifies the characters that are allowed to be entered.

ErrorIconPosition

Specifies the icon display position for input value errors.

ProhibitedCharacters

Specifies the characters that are prohibited from being entered.

MaxLength

Specifies the maximum number of characters that can be entered.

MaxValue

Specifies the maximum value of the integer that can be entered.

MaxValueR

Specifies the maximum value of the real that can be entered.

MinValue

Specifies the minimum value of the integer that can be entered.

MinValueR

Specifies the minimum value of the real that can be entered.

Multiline

Specifies whether to enable or disable multi-line text display.

 

■Properties for error setting

Property

Description

DataErrorType

Specifies how to notify input value errors.

DataCheckTiming

Specifies the timing to check the input value.

DataErrorMode

Specifies how to handle input value errors.

DataErrorTitle

Specifies the title of the message box due to an input value error.

DataErrorMsg

Specifies the message when an input error occurs.

DataErrorMsgAllow

Specifies the message when an "Allowed characters" error occurs.

DataErrorMsgLength

Specifies the message when an "Maximum number of characters" error occurs.

DataErrorMsgMax

Specifies the message when an "Maximum value" error occurs.

DataErrorMsgMin

Specifies the message when an "Minimum value" error occurs.

DataErrorMsgProhibit

Specifies the message when an "Prohibited characters" error occurs.