public class ComboBoxActiveXControl extends ActiveXControl
| Modifier and Type | Method and Description |
|---|---|
int |
getBorderOleColor()
Gets the ole color of the background.
|
int |
getBorderStyle()
Gets the type of border used by the control.
|
int |
getBoundColumn()
Represents how the Value property is determined for a ComboBox or ListBox
when the MultiSelect properties value (fmMultiSelectSingle).
|
int |
getColumnCount()
Represents the number of columns to display in a ComboBox or ListBox.
|
double |
getColumnWidths()
Gets the width of the column.
|
int |
getDropButtonStyle()
Specifies the symbol displayed on the drop button
|
boolean |
getEnterFieldBehavior()
Specifies selection behavior when entering the control.
|
boolean |
getHideSelection()
Indicates whether selected text in the control appears highlighted when the control does not have focus.
|
int |
getListRows()
Represents the maximum number of rows to display in the list.
|
int |
getListStyle()
Gets the visual appearance.
|
double |
getListWidth()
Gets the width in unit of points.
|
int |
getMatchEntry()
Indicates how a ListBox or ComboBox searches its list as the user types.
|
int |
getMaxLength()
Gets the maximum number of characters
|
boolean |
getSelectionMargin()
Indicates whether the user can select a line of text by clicking in the region to the left of the text.
|
boolean |
getShowColumnHeads()
Indicates whether column headings are displayed.
|
int |
getShowDropButtonTypeWhen()
Specifies the symbol displayed on the drop button
|
int |
getSpecialEffect()
Gets the special effect of the control.
|
int |
getTextColumn()
Represents the column in a ComboBox or ListBox to display to the user.
|
int |
getType()
Gets the type of the ActiveX control.
|
java.lang.String |
getValue()
Gets the value of the control.
|
boolean |
isAutoWordSelected()
Specifies the basic unit used to extend a selection.
|
boolean |
isDragBehaviorEnabled()
Indicates whether dragging and dropping is enabled for the control.
|
boolean |
isEditable()
Indicates whether the user can type into the control.
|
void |
setAutoWordSelected(boolean value)
Specifies the basic unit used to extend a selection.
|
void |
setBorderOleColor(int value)
Sets the ole color of the background.
|
void |
setBorderStyle(int value)
Sets the type of border used by the control.
|
void |
setBoundColumn(int value)
Represents how the Value property is determined for a ComboBox or ListBox
when the MultiSelect properties value (fmMultiSelectSingle).
|
void |
setColumnCount(int value)
Represents the number of columns to display in a ComboBox or ListBox.
|
void |
setColumnWidths(double value)
Sets the width of the column.
|
void |
setDragBehaviorEnabled(boolean value)
Indicates whether dragging and dropping is enabled for the control.
|
void |
setDropButtonStyle(int value)
Specifies the symbol displayed on the drop button
|
void |
setEditable(boolean value)
Indicates whether the user can type into the control.
|
void |
setEnterFieldBehavior(boolean value)
Specifies selection behavior when entering the control.
|
void |
setHideSelection(boolean value)
Indicates whether selected text in the control appears highlighted when the control does not have focus.
|
void |
setListRows(int value)
Represents the maximum number of rows to display in the list.
|
void |
setListStyle(int value)
Sets the visual appearance.
|
void |
setListWidth(double value)
Sets the width in unit of points.
|
void |
setMatchEntry(int value)
Indicates how a ListBox or ComboBox searches its list as the user types.
|
void |
setMaxLength(int value)
Sets the maximum number of characters
|
void |
setSelectionMargin(boolean value)
Indicates whether the user can select a line of text by clicking in the region to the left of the text.
|
void |
setShowColumnHeads(boolean value)
Indicates whether column headings are displayed.
|
void |
setShowDropButtonTypeWhen(int value)
Specifies the symbol displayed on the drop button
|
void |
setSpecialEffect(int value)
Sets the special effect of the control.
|
void |
setTextColumn(int value)
Represents the column in a ComboBox or ListBox to display to the user.
|
void |
setValue(java.lang.String value)
Sets the value of the control.
|
getData, getFont, getIMEMode, getTextAlign, isAutoSize, isEnabled, isLocked, isTransparent, setAutoSize, setEnabled, setIMEMode, setLocked, setTextAlign, setTransparentgetBackOleColor, getForeOleColor, getHeight, getLinkedCell, getListFillRange, getMouseIcon, getMousePointer, getShadow, getWidth, getWorkbook, isVisible, setBackOleColor, setForeOleColor, setHeight, setLinkedCell, setListFillRange, setMouseIcon, setMousePointer, setShadow, setVisible, setWidthpublic int getType()
See ControlType.
getType in class ActiveXControlBasepublic int getMaxLength()
public void setMaxLength(int value)
public double getListWidth()
public void setListWidth(double value)
public int getBoundColumn()
public void setBoundColumn(int value)
public int getTextColumn()
public void setTextColumn(int value)
public int getColumnCount()
public void setColumnCount(int value)
public int getListRows()
public void setListRows(int value)
public int getMatchEntry()
public void setMatchEntry(int value)
public int getDropButtonStyle()
See DropButtonStyle.
public void setDropButtonStyle(int value)
See DropButtonStyle.
public int getShowDropButtonTypeWhen()
See ShowDropButtonType.
public void setShowDropButtonTypeWhen(int value)
See ShowDropButtonType.
public int getListStyle()
See ControlListStyle.
public void setListStyle(int value)
See ControlListStyle.
public int getBorderStyle()
See ControlBorderType.
public void setBorderStyle(int value)
See ControlBorderType.
public int getBorderOleColor()
public void setBorderOleColor(int value)
public int getSpecialEffect()
public void setSpecialEffect(int value)
public boolean isEditable()
public void setEditable(boolean value)
public boolean getShowColumnHeads()
public void setShowColumnHeads(boolean value)
public boolean isDragBehaviorEnabled()
public void setDragBehaviorEnabled(boolean value)
public boolean getEnterFieldBehavior()
public void setEnterFieldBehavior(boolean value)
public boolean isAutoWordSelected()
public void setAutoWordSelected(boolean value)
public boolean getSelectionMargin()
public void setSelectionMargin(boolean value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean getHideSelection()
public void setHideSelection(boolean value)
public double getColumnWidths()
public void setColumnWidths(double value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.