Specifies selection behavior when entering the control.
True specifies that the selection remains unchanged from last time the control was active.
False specifies that all the text in the control will be selected when entering the control.
Specifies the behavior of the ENTER key.
True specifies that pressing ENTER will create a new line.
False specifies that pressing ENTER will move the focus to the next object in the tab order.
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
The value of the property is InputMethodEditorMode integer constant.
Specifies the basic unit used to extend a selection.
True specifies that the basic unit is a single character.
false specifies that the basic unit is a whole word.
Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.
The value of the property is ControlScrollBarType integer constant.
Gets the type of the ActiveX control.
The value of the property is ControlType integer constant.
getBorderStyle/setBorderStyle
public int getBorderStyle() / public void setBorderStyle(int value)
Gets and set the type of border used by the control.
The value of the property is ControlBorderType integer constant.
getBorderOleColor/setBorderOleColor
public int getBorderOleColor() / public void setBorderOleColor(int value)
Gets and sets the ole color of the background.
getSpecialEffect/setSpecialEffect
public int getSpecialEffect() / public void setSpecialEffect(int value)
Gets and sets the special effect of the control.
The value of the property is ControlSpecialEffectType integer constant.
getMaxLength/setMaxLength
public int getMaxLength() / public void setMaxLength(int value)
Gets and sets the maximum number of characters
getScrollBars/setScrollBars
public int getScrollBars() / public void setScrollBars(int value)
Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.
The value of the property is ControlScrollBarType integer constant.
getPasswordChar/setPasswordChar
public char getPasswordChar() / public void setPasswordChar(char value)
Gets and sets a character to be displayed in place of the characters entered.
isEditable/setEditable
public boolean isEditable() / public void setEditable(boolean value)
Indicates whether the user can type into the control.
getIntegralHeight/setIntegralHeight
public boolean getIntegralHeight() / public void setIntegralHeight(boolean value)
Indicates whether the control will only show complete lines of text without showing any partial lines.
isDragBehaviorEnabled/setDragBehaviorEnabled
public boolean isDragBehaviorEnabled() / public void setDragBehaviorEnabled(boolean value)
Indicates whether dragging and dropping is enabled for the control.
getEnterKeyBehavior/setEnterKeyBehavior
public boolean getEnterKeyBehavior() / public void setEnterKeyBehavior(boolean value)
Specifies the behavior of the ENTER key.
True specifies that pressing ENTER will create a new line.
False specifies that pressing ENTER will move the focus to the next object in the tab order.
getEnterFieldBehavior/setEnterFieldBehavior
public boolean getEnterFieldBehavior() / public void setEnterFieldBehavior(boolean value)
Specifies selection behavior when entering the control.
True specifies that the selection remains unchanged from last time the control was active.
False specifies that all the text in the control will be selected when entering the control.
getTabKeyBehavior/setTabKeyBehavior
public boolean getTabKeyBehavior() / public void setTabKeyBehavior(boolean value)
Indicates whether tab characters are allowed in the text of the control.
getHideSelection/setHideSelection
public boolean getHideSelection() / public void setHideSelection(boolean value)
Indicates whether selected text in the control appears highlighted when the control does not have focus.
isAutoTab/setAutoTab
public boolean isAutoTab() / public void setAutoTab(boolean value)
Indicates whether the focus will automatically move to the next control when the user enters the maximum number of characters.
isMultiLine/setMultiLine
public boolean isMultiLine() / public void setMultiLine(boolean value)
Indicates whether the control can display more than one line of text.
isAutoWordSelected/setAutoWordSelected
public boolean isAutoWordSelected() / public void setAutoWordSelected(boolean value)
Specifies the basic unit used to extend a selection.
True specifies that the basic unit is a single character.
false specifies that the basic unit is a whole word.
isWordWrapped/setWordWrapped
public boolean isWordWrapped() / public void setWordWrapped(boolean value)
Indicates whether the contents of the control automatically wrap at the end of a line.
getText/setText
public java.lang.String getText() / public void setText(java.lang.String value)
Gets and set text of the control.
getDropButtonStyle/setDropButtonStyle
public int getDropButtonStyle() / public void setDropButtonStyle(int value)
Specifies the symbol displayed on the drop button
The value of the property is DropButtonStyle integer constant.
public int getIMEMode() / public void setIMEMode(int value)
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
The value of the property is InputMethodEditorMode integer constant.