Methods

getBackOleColor()

Gets and sets the ole color of the background.

getBorderOleColor()

Gets and sets the ole color of the background.

getBorderStyle()

Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant.

getData()

Gets and sets the binary data of the control.

getDropButtonStyle()

Specifies the symbol displayed on the drop button The value of the property is DropButtonStyle integer constant.

getEnterFieldBehavior()

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.

getEnterKeyBehavior()

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.

getFont()

Represents the font of the control.

getForeOleColor()

Gets and sets the ole color of the foreground. Not applies to Image control.

getHeight()

Gets and sets the height of the control in unit of points.

getHideSelection()

Indicates whether selected text in the control appears highlighted when the control does not have focus.

getIMEMode()

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.

getIntegralHeight()

Indicates whether the control will only show complete lines of text without showing any partial lines.

getLinkedCell()

Gets and sets the linked cell.

getListFillRange()

Gets and sets the list fill range.

getMaxLength()

Gets and sets the maximum number of characters

getMouseIcon()

Gets and sets a custom icon to display as the mouse pointer for the control.

getMousePointer()

Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.

getPasswordChar()

Gets and sets a character to be displayed in place of the characters entered.

getScrollBars()

Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. The value of the property is ControlScrollBarType integer constant.

getShadow()

Indicates whether to show a shadow.

getShowDropButtonTypeWhen()

Specifies the symbol displayed on the drop button The value of the property is ShowDropButtonType integer constant.

getSpecialEffect()

Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant.

getTabKeyBehavior()

Indicates whether tab characters are allowed in the text of the control.

getText()

Gets and set text of the control.

getTextAlign()

Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.

getType()

Gets the type of the ActiveX control. The value of the property is ControlType integer constant.

getWidth()

Gets and sets the width of the control in unit of points.

getWorkbook()

Gets the Workbook object.

isAutoSize()

Indicates whether the control will automatically resize to display its entire contents.

isAutoTab()

Indicates whether the focus will automatically move to the next control when the user enters the maximum number of characters.

isAutoWordSelected()

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.

isDragBehaviorEnabled()

Indicates whether dragging and dropping is enabled for the control.

isEditable()

Indicates whether the user can type into the control.

isEnabled()

Indicates whether the control can receive the focus and respond to user-generated events.

isLocked()

Indicates whether data in the control is locked for editing.

isMultiLine()

Indicates whether the control can display more than one line of text.

isTransparent()

Indicates whether the control is transparent.

isVisible()

Indicates whether this control is visible.

isWordWrapped()

Indicates whether the contents of the control automatically wrap at the end of a line.

setAutoSize()

Indicates whether the control will automatically resize to display its entire contents.

setAutoTab()

Indicates whether the focus will automatically move to the next control when the user enters the maximum number of characters.

setAutoWordSelected()

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.

setBackOleColor()

Gets and sets the ole color of the background.

setBorderOleColor()

Gets and sets the ole color of the background.

setBorderStyle()

Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant.

setDragBehaviorEnabled()

Indicates whether dragging and dropping is enabled for the control.

setDropButtonStyle()

Specifies the symbol displayed on the drop button The value of the property is DropButtonStyle integer constant.

setEditable()

Indicates whether the user can type into the control.

setEnabled()

Indicates whether the control can receive the focus and respond to user-generated events.

setEnterFieldBehavior()

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.

setEnterKeyBehavior()

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.

setForeOleColor()

Gets and sets the ole color of the foreground. Not applies to Image control.

setHeight()

Gets and sets the height of the control in unit of points.

setHideSelection()

Indicates whether selected text in the control appears highlighted when the control does not have focus.

setIMEMode()

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.

setIntegralHeight()

Indicates whether the control will only show complete lines of text without showing any partial lines.

setLinkedCell()

Gets and sets the linked cell.

setListFillRange()

Gets and sets the list fill range.

setLocked()

Indicates whether data in the control is locked for editing.

setMaxLength()

Gets and sets the maximum number of characters

setMouseIcon()

Gets and sets a custom icon to display as the mouse pointer for the control.

setMousePointer()

Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.

setMultiLine()

Indicates whether the control can display more than one line of text.

setPasswordChar()

Gets and sets a character to be displayed in place of the characters entered.

setScrollBars()

Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. The value of the property is ControlScrollBarType integer constant.

setShadow()

Indicates whether to show a shadow.

setShowDropButtonTypeWhen()

Specifies the symbol displayed on the drop button The value of the property is ShowDropButtonType integer constant.

setSpecialEffect()

Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant.

setTabKeyBehavior()

Indicates whether tab characters are allowed in the text of the control.

setText()

Gets and set text of the control.

setTextAlign()

Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.

setTransparent()

Indicates whether the control is transparent.

setVisible()

Indicates whether this control is visible.

setWidth()

Gets and sets the width of the control in unit of points.

setWordWrapped()

Indicates whether the contents of the control automatically wrap at the end of a line.