Property Getters/Setters Summary | ||
---|---|---|
function | getBackOleColor() | |
function | setBackOleColor(value) | |
Gets and sets the ole color of the background. | ||
function | getBorderOleColor() | |
function | setBorderOleColor(value) | |
Gets and sets the ole color of the background. | ||
function | getBorderStyle() | |
function | setBorderStyle(value) | |
Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant. | ||
function | getBoundColumn() | |
function | setBoundColumn(value) | |
Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle). | ||
function | getColumnCount() | |
function | setColumnCount(value) | |
Represents the number of columns to display in a ComboBox or ListBox. | ||
function | getColumnWidths() | |
function | setColumnWidths(value) | |
Gets and sets the width of the column. | ||
function | getData() | |
Gets and sets the binary data of the control.
|
||
function | getDropButtonStyle() | |
function | setDropButtonStyle(value) | |
Specifies the symbol displayed on the drop button The value of the property is DropButtonStyle integer constant. | ||
function | getEnterFieldBehavior() | |
function | setEnterFieldBehavior(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. | ||
function | getFont() | |
Represents the font of the control.
|
||
function | getForeOleColor() | |
function | setForeOleColor(value) | |
Gets and sets the ole color of the foreground. | ||
function | getHeight() | |
function | setHeight(value) | |
Gets and sets the height of the control in unit of points. | ||
function | getHideSelection() | |
function | setHideSelection(value) | |
Indicates whether selected text in the control appears highlighted when the control does not have focus. | ||
function | getIMEMode() | |
function | setIMEMode(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. | ||
function | isAutoSize() | |
function | setAutoSize(value) | |
Indicates whether the control will automatically resize to display its entire contents. | ||
function | isAutoWordSelected() | |
function | setAutoWordSelected(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. | ||
function | isDragBehaviorEnabled() | |
function | setDragBehaviorEnabled(value) | |
Indicates whether dragging and dropping is enabled for the control. | ||
function | isEditable() | |
function | setEditable(value) | |
Indicates whether the user can type into the control. | ||
function | isEnabled() | |
function | setEnabled(value) | |
Indicates whether the control can receive the focus and respond to user-generated events. | ||
function | isLocked() | |
function | setLocked(value) | |
Indicates whether data in the control is locked for editing. | ||
function | isTransparent() | |
function | setTransparent(value) | |
Indicates whether the control is transparent. | ||
function | isVisible() | |
function | setVisible(value) | |
Indicates whether this control is visible. | ||
function | getLinkedCell() | |
function | setLinkedCell(value) | |
Gets and sets the linked cell. | ||
function | getListFillRange() | |
function | setListFillRange(value) | |
Gets and sets the list fill range. | ||
function | getListRows() | |
function | setListRows(value) | |
Represents the maximum number of rows to display in the list. | ||
function | getListStyle() | |
function | setListStyle(value) | |
Gets and sets the visual appearance. The value of the property is ControlListStyle integer constant. | ||
function | getListWidth() | |
function | setListWidth(value) | |
Gets and set the width in unit of points. | ||
function | getMatchEntry() | |
function | setMatchEntry(value) | |
Indicates how a ListBox or ComboBox searches its list as the user types. The value of the property is ControlMatchEntryType integer constant. | ||
function | getMaxLength() | |
function | setMaxLength(value) | |
Gets and sets the maximum number of characters | ||
function | getMouseIcon() | |
function | setMouseIcon(value) | |
Gets and sets a custom icon to display as the mouse pointer for the control. | ||
function | getMousePointer() | |
function | setMousePointer(value) | |
Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant. | ||
function | getSelectionMargin() | |
function | setSelectionMargin(value) | |
Indicates whether the user can select a line of text by clicking in the region to the left of the text. | ||
function | getShadow() | |
function | setShadow(value) | |
Indicates whether to show a shadow. | ||
function | getShowColumnHeads() | |
function | setShowColumnHeads(value) | |
Indicates whether column headings are displayed. | ||
function | getShowDropButtonTypeWhen() | |
function | setShowDropButtonTypeWhen(value) | |
Specifies the symbol displayed on the drop button The value of the property is ShowDropButtonType integer constant. | ||
function | getSpecialEffect() | |
function | setSpecialEffect(value) | |
Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant. | ||
function | getTextAlign() | |
function | setTextAlign(value) | |
Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant. | ||
function | getTextColumn() | |
function | setTextColumn(value) | |
Represents the column in a ComboBox or ListBox to display to the user. | ||
function | getType() | |
Gets the type of the ActiveX control.
The value of the property is ControlType integer constant. |
||
function | getValue() | |
function | setValue(value) | |
Gets and sets the value of the control. | ||
function | getWidth() | |
function | setWidth(value) | |
Gets and sets the width of the control in unit of points. | ||
function | getWorkbook() | |
Gets the |
function getType()
function getMaxLength() / function setMaxLength(value)
function getListWidth() / function setListWidth(value)
function getBoundColumn() / function setBoundColumn(value)
function getTextColumn() / function setTextColumn(value)
function getColumnCount() / function setColumnCount(value)
function getListRows() / function setListRows(value)
function getMatchEntry() / function setMatchEntry(value)
function getDropButtonStyle() / function setDropButtonStyle(value)
function getShowDropButtonTypeWhen() / function setShowDropButtonTypeWhen(value)
function getListStyle() / function setListStyle(value)
function getBorderStyle() / function setBorderStyle(value)
function getBorderOleColor() / function setBorderOleColor(value)
function getSpecialEffect() / function setSpecialEffect(value)
function isEditable() / function setEditable(value)
function getShowColumnHeads() / function setShowColumnHeads(value)
function isDragBehaviorEnabled() / function setDragBehaviorEnabled(value)
function getEnterFieldBehavior() / function setEnterFieldBehavior(value)
function isAutoWordSelected() / function setAutoWordSelected(value)
function getSelectionMargin() / function setSelectionMargin(value)
function getValue() / function setValue(value)
function getHideSelection() / function setHideSelection(value)
function getColumnWidths() / function setColumnWidths(value)
function isEnabled() / function setEnabled(value)
function isLocked() / function setLocked(value)
function isTransparent() / function setTransparent(value)
function isAutoSize() / function setAutoSize(value)
function getIMEMode() / function setIMEMode(value)
function getFont()
function getTextAlign() / function setTextAlign(value)
function getData()
function getWidth() / function setWidth(value)
function getHeight() / function setHeight(value)
function getMouseIcon() / function setMouseIcon(value)
function getMousePointer() / function setMousePointer(value)
function getForeOleColor() / function setForeOleColor(value)
function getBackOleColor() / function setBackOleColor(value)
function isVisible() / function setVisible(value)
function getShadow() / function setShadow(value)
function getLinkedCell() / function setLinkedCell(value)
function getListFillRange() / function setListFillRange(value)