Property Getters/Setters Summary | ||
---|---|---|
method | getBackOleColor() | |
method | setBackOleColor(value) | |
Gets and sets the ole color of the background. | ||
method | getBorderOleColor() | |
method | setBorderOleColor(value) | |
Gets and sets the ole color of the background. | ||
method | getBorderStyle() | |
method | setBorderStyle(value) | |
Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant. | ||
method | getBoundColumn() | |
method | setBoundColumn(value) | |
Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle). | ||
method | getColumnCount() | |
method | setColumnCount(value) | |
Represents the number of columns to display in a ComboBox or ListBox. | ||
method | getColumnWidths() | |
method | setColumnWidths(value) | |
Gets and sets the width of the column. | ||
method | getData() | |
Gets and sets the binary data of the control.
|
||
method | getFont() | |
Represents the font of the control.
|
||
method | getForeOleColor() | |
method | setForeOleColor(value) | |
Gets and sets the ole color of the foreground. | ||
method | getHeight() | |
method | setHeight(value) | |
Gets and sets the height of the control in unit of points. | ||
method | getIMEMode() | |
method | 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. | ||
method | getIntegralHeight() | |
method | setIntegralHeight(value) | |
Indicates whether the control will only show complete lines of text without showing any partial lines. | ||
method | isAutoSize() | |
method | setAutoSize(value) | |
Indicates whether the control will automatically resize to display its entire contents. | ||
method | isEnabled() | |
method | setEnabled(value) | |
Indicates whether the control can receive the focus and respond to user-generated events. | ||
method | isLocked() | |
method | setLocked(value) | |
Indicates whether data in the control is locked for editing. | ||
method | isTransparent() | |
method | setTransparent(value) | |
Indicates whether the control is transparent. | ||
method | isVisible() | |
method | setVisible(value) | |
Indicates whether this control is visible. | ||
method | getLinkedCell() | |
method | setLinkedCell(value) | |
Gets and sets the linked cell. | ||
method | getListFillRange() | |
method | setListFillRange(value) | |
Gets and sets the list fill range. | ||
method | getListStyle() | |
method | setListStyle(value) | |
Gets and sets the visual appearance. The value of the property is ControlListStyle integer constant. | ||
method | getListWidth() | |
method | setListWidth(value) | |
Gets and set the width in unit of points. | ||
method | getMatchEntry() | |
method | setMatchEntry(value) | |
Indicates how a ListBox or ComboBox searches its list as the user types. The value of the property is ControlMatchEntryType integer constant. | ||
method | getMouseIcon() | |
method | setMouseIcon(value) | |
Gets and sets a custom icon to display as the mouse pointer for the control. | ||
method | getMousePointer() | |
method | 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. | ||
method | getScrollBars() | |
method | setScrollBars(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. | ||
method | getSelectionType() | |
method | setSelectionType(value) | |
Indicates whether the control permits multiple selections. The value of the property is SelectionType integer constant. | ||
method | getShadow() | |
method | setShadow(value) | |
Indicates whether to show a shadow. | ||
method | getShowColumnHeads() | |
method | setShowColumnHeads(value) | |
Indicates whether column headings are displayed. | ||
method | getSpecialEffect() | |
method | setSpecialEffect(value) | |
Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant. | ||
method | getTextAlign() | |
method | setTextAlign(value) | |
Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant. | ||
method | getTextColumn() | |
method | setTextColumn(value) | |
Represents the column in a ComboBox or ListBox to display to the user. | ||
method | getType() | |
Gets the type of the ActiveX control.
The value of the property is ControlType integer constant. |
||
method | getValue() | |
method | setValue(value) | |
Gets and sets the value of the control. | ||
method | getWidth() | |
method | setWidth(value) | |
Gets and sets the width of the control in unit of points. | ||
method | getWorkbook() | |
Gets the |
int getType()
int getScrollBars() / setScrollBars(value)
float getListWidth() / setListWidth(value)
int getBoundColumn() / setBoundColumn(value)
int getTextColumn() / setTextColumn(value)
int getColumnCount() / setColumnCount(value)
int getMatchEntry() / setMatchEntry(value)
int getListStyle() / setListStyle(value)
int getSelectionType() / setSelectionType(value)
String getValue() / setValue(value)
int getBorderStyle() / setBorderStyle(value)
int getBorderOleColor() / setBorderOleColor(value)
int getSpecialEffect() / setSpecialEffect(value)
boolean getShowColumnHeads() / setShowColumnHeads(value)
boolean getIntegralHeight() / setIntegralHeight(value)
float getColumnWidths() / setColumnWidths(value)
boolean isEnabled() / setEnabled(value)
boolean isLocked() / setLocked(value)
boolean isTransparent() / setTransparent(value)
boolean isAutoSize() / setAutoSize(value)
int getIMEMode() / setIMEMode(value)
int getTextAlign() / setTextAlign(value)
byte[] getData()
float getWidth() / setWidth(value)
float getHeight() / setHeight(value)
byte[] getMouseIcon() / setMouseIcon(value)
int getMousePointer() / setMousePointer(value)
int getForeOleColor() / setForeOleColor(value)
int getBackOleColor() / setBackOleColor(value)
boolean isVisible() / setVisible(value)
boolean getShadow() / setShadow(value)
String getLinkedCell() / setLinkedCell(value)
String getListFillRange() / setListFillRange(value)