ComboBoxActiveXControl

Inheritance: java.lang.Object, com.aspose.diagram.ActiveXControlBase, com.aspose.diagram.ActiveXControl

public class ComboBoxActiveXControl extends ActiveXControl

Represents a ComboBox ActiveX control.

Methods

MethodDescription
equals(Object arg0)
getBackOleColor()the ole color of the background.
getBorderOleColor()the ole color of the background.
getBorderStyle()the type of border used by the control.
getBoundColumn()Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect propertys value (fmMultiSelectSingle).
getClass()
getColumnCount()Represents the number of columns to display in a ComboBox or ListBox.
getColumnWidths()the width of the column.
getData()the binary data of the control.
getDropButtonStyle()Specifies the symbol displayed on the drop button
getEnterFieldBehavior()Specifies selection behavior when entering the control.
getForeOleColor()the ole color of the foreground.
getHeight()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()the default run-time mode of the Input Method Editor for the control as it receives focus.
getListRows()Represents the maximum number of rows to display in the list.
getListStyle()the visual appearance.
getListWidth()the width in unit of points.
getMatchEntry()Indicates how a ListBox or ComboBox searches its list as the user types.
getMaxLength()the maximum number of characters
getMouseIcon()a custom icon to display as the mouse pointer for the control.
getMousePointer()the type of icon displayed as the mouse pointer for the control.
getSelectionMargin()Indicates whether the user can select a line of text by clicking in the region to the left of the text.
getShowColumnHeads()Indicates whether column headings are displayed.
getShowDropButtonTypeWhen()Specifies the symbol displayed on the drop button
getSpecialEffect()the special effect of the control.
getTextColumn()Represents the column in a ComboBox or ListBox to display to the user.
getType()Gets the type of the ActiveX control.
getValue()the value of the control.
getWidth()the width of the control in unit of point.
hashCode()
isAutoSize()Indicates whether the control will automatically resize to display its entire contents.
isAutoWordSelected()Specifies the basic unit used to extend a selection.
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.
isTransparent()Indicates whether the control is transparent.
notify()
notifyAll()
setAutoSize(boolean value)For the description of this property, please see isAutoSize()
setAutoWordSelected(boolean value)For the description of this property, please see isAutoWordSelected()
setBackOleColor(int value)For the description of this property, please see getBackOleColor()
setBorderOleColor(int value)For the description of this property, please see getBorderOleColor()
setBorderStyle(int value)For the description of this property, please see getBorderStyle()
setBoundColumn(int value)For the description of this property, please see getBoundColumn()
setColumnCount(int value)For the description of this property, please see getColumnCount()
setColumnWidths(double value)For the description of this property, please see getColumnWidths()
setDragBehaviorEnabled(boolean value)For the description of this property, please see isDragBehaviorEnabled()
setDropButtonStyle(int value)For the description of this property, please see getDropButtonStyle()
setEditable(boolean value)For the description of this property, please see isEditable()
setEnabled(boolean value)For the description of this property, please see isEnabled()
setEnterFieldBehavior(boolean value)For the description of this property, please see getEnterFieldBehavior()
setForeOleColor(int value)For the description of this property, please see getForeOleColor()
setHeight(double value)For the description of this property, please see getHeight()
setHideSelection(boolean value)For the description of this property, please see getHideSelection()
setIMEMode(int value)For the description of this property, please see getIMEMode()
setListRows(int value)For the description of this property, please see getListRows()
setListStyle(int value)For the description of this property, please see getListStyle()
setListWidth(double value)For the description of this property, please see getListWidth()
setLocked(boolean value)For the description of this property, please see isLocked()
setMatchEntry(int value)For the description of this property, please see getMatchEntry()
setMaxLength(int value)For the description of this property, please see getMaxLength()
setMouseIcon(byte[] value)For the description of this property, please see getMouseIcon()
setMousePointer(int value)For the description of this property, please see getMousePointer()
setSelectionMargin(boolean value)For the description of this property, please see getSelectionMargin()
setShowColumnHeads(boolean value)For the description of this property, please see getShowColumnHeads()
setShowDropButtonTypeWhen(int value)For the description of this property, please see getShowDropButtonTypeWhen()
setSpecialEffect(int value)For the description of this property, please see getSpecialEffect()
setTextColumn(int value)For the description of this property, please see getTextColumn()
setTransparent(boolean value)For the description of this property, please see isTransparent()
setValue(String value)For the description of this property, please see getValue()
setWidth(double value)For the description of this property, please see getWidth()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBackOleColor()

public int getBackOleColor()

the ole color of the background.

Returns: int

getBorderOleColor()

public int getBorderOleColor()

the ole color of the background.

Returns: int

getBorderStyle()

public int getBorderStyle()

the type of border used by the control.

Returns: int

getBoundColumn()

public int getBoundColumn()

Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect propertys value (fmMultiSelectSingle).

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColumnCount()

public int getColumnCount()

Represents the number of columns to display in a ComboBox or ListBox.

Returns: int

getColumnWidths()

public double getColumnWidths()

the width of the column.

Returns: double

getData()

public byte[] getData()

the binary data of the control.

Returns: byte[]

getDropButtonStyle()

public int getDropButtonStyle()

Specifies the symbol displayed on the drop button

Returns: int

getEnterFieldBehavior()

public boolean 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.

Returns: boolean

getForeOleColor()

public int getForeOleColor()

the ole color of the foreground. Not applies to Image control.

Returns: int

getHeight()

public double getHeight()

the height of the control in unit of points.

Returns: double

getHideSelection()

public boolean getHideSelection()

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

Returns: boolean

getIMEMode()

public int getIMEMode()

the default run-time mode of the Input Method Editor for the control as it receives focus.

Returns: int

getListRows()

public int getListRows()

Represents the maximum number of rows to display in the list.

Returns: int

getListStyle()

public int getListStyle()

the visual appearance.

Returns: int

getListWidth()

public double getListWidth()

the width in unit of points.

Returns: double

getMatchEntry()

public int getMatchEntry()

Indicates how a ListBox or ComboBox searches its list as the user types.

Returns: int

getMaxLength()

public int getMaxLength()

the maximum number of characters

Returns: int

getMouseIcon()

public byte[] getMouseIcon()

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

Returns: byte[]

getMousePointer()

public int getMousePointer()

the type of icon displayed as the mouse pointer for the control.

Returns: int

getSelectionMargin()

public boolean getSelectionMargin()

Indicates whether the user can select a line of text by clicking in the region to the left of the text.

Returns: boolean

getShowColumnHeads()

public boolean getShowColumnHeads()

Indicates whether column headings are displayed.

Returns: boolean

getShowDropButtonTypeWhen()

public int getShowDropButtonTypeWhen()

Specifies the symbol displayed on the drop button

Returns: int

getSpecialEffect()

public int getSpecialEffect()

the special effect of the control.

Returns: int

getTextColumn()

public int getTextColumn()

Represents the column in a ComboBox or ListBox to display to the user.

Returns: int

getType()

public int getType()

Gets the type of the ActiveX control.

Returns: int

getValue()

public String getValue()

the value of the control.

Returns: java.lang.String

getWidth()

public double getWidth()

the width of the control in unit of point.

Returns: double

hashCode()

public native int hashCode()

Returns: int

isAutoSize()

public boolean isAutoSize()

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

Returns: boolean

isAutoWordSelected()

public boolean 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.

Returns: boolean

isDragBehaviorEnabled()

public boolean isDragBehaviorEnabled()

Indicates whether dragging and dropping is enabled for the control.

Returns: boolean

isEditable()

public boolean isEditable()

Indicates whether the user can type into the control.

Returns: boolean

isEnabled()

public boolean isEnabled()

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

Returns: boolean

isLocked()

public boolean isLocked()

Indicates whether data in the control is locked for editing.

Returns: boolean

isTransparent()

public boolean isTransparent()

Indicates whether the control is transparent.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAutoSize(boolean value)

public void setAutoSize(boolean value)

For the description of this property, please see isAutoSize()

Parameters:

ParameterTypeDescription
valueboolean

setAutoWordSelected(boolean value)

public void setAutoWordSelected(boolean value)

For the description of this property, please see isAutoWordSelected()

Parameters:

ParameterTypeDescription
valueboolean

setBackOleColor(int value)

public void setBackOleColor(int value)

For the description of this property, please see getBackOleColor()

Parameters:

ParameterTypeDescription
valueint

setBorderOleColor(int value)

public void setBorderOleColor(int value)

For the description of this property, please see getBorderOleColor()

Parameters:

ParameterTypeDescription
valueint

setBorderStyle(int value)

public void setBorderStyle(int value)

For the description of this property, please see getBorderStyle()

Parameters:

ParameterTypeDescription
valueint

setBoundColumn(int value)

public void setBoundColumn(int value)

For the description of this property, please see getBoundColumn()

Parameters:

ParameterTypeDescription
valueint

setColumnCount(int value)

public void setColumnCount(int value)

For the description of this property, please see getColumnCount()

Parameters:

ParameterTypeDescription
valueint

setColumnWidths(double value)

public void setColumnWidths(double value)

For the description of this property, please see getColumnWidths()

Parameters:

ParameterTypeDescription
valuedouble

setDragBehaviorEnabled(boolean value)

public void setDragBehaviorEnabled(boolean value)

For the description of this property, please see isDragBehaviorEnabled()

Parameters:

ParameterTypeDescription
valueboolean

setDropButtonStyle(int value)

public void setDropButtonStyle(int value)

For the description of this property, please see getDropButtonStyle()

Parameters:

ParameterTypeDescription
valueint

setEditable(boolean value)

public void setEditable(boolean value)

For the description of this property, please see isEditable()

Parameters:

ParameterTypeDescription
valueboolean

setEnabled(boolean value)

public void setEnabled(boolean value)

For the description of this property, please see isEnabled()

Parameters:

ParameterTypeDescription
valueboolean

setEnterFieldBehavior(boolean value)

public void setEnterFieldBehavior(boolean value)

For the description of this property, please see getEnterFieldBehavior()

Parameters:

ParameterTypeDescription
valueboolean

setForeOleColor(int value)

public void setForeOleColor(int value)

For the description of this property, please see getForeOleColor()

Parameters:

ParameterTypeDescription
valueint

setHeight(double value)

public void setHeight(double value)

For the description of this property, please see getHeight()

Parameters:

ParameterTypeDescription
valuedouble

setHideSelection(boolean value)

public void setHideSelection(boolean value)

For the description of this property, please see getHideSelection()

Parameters:

ParameterTypeDescription
valueboolean

setIMEMode(int value)

public void setIMEMode(int value)

For the description of this property, please see getIMEMode()

Parameters:

ParameterTypeDescription
valueint

setListRows(int value)

public void setListRows(int value)

For the description of this property, please see getListRows()

Parameters:

ParameterTypeDescription
valueint

setListStyle(int value)

public void setListStyle(int value)

For the description of this property, please see getListStyle()

Parameters:

ParameterTypeDescription
valueint

setListWidth(double value)

public void setListWidth(double value)

For the description of this property, please see getListWidth()

Parameters:

ParameterTypeDescription
valuedouble

setLocked(boolean value)

public void setLocked(boolean value)

For the description of this property, please see isLocked()

Parameters:

ParameterTypeDescription
valueboolean

setMatchEntry(int value)

public void setMatchEntry(int value)

For the description of this property, please see getMatchEntry()

Parameters:

ParameterTypeDescription
valueint

setMaxLength(int value)

public void setMaxLength(int value)

For the description of this property, please see getMaxLength()

Parameters:

ParameterTypeDescription
valueint

setMouseIcon(byte[] value)

public void setMouseIcon(byte[] value)

For the description of this property, please see getMouseIcon()

Parameters:

ParameterTypeDescription
valuebyte[]

setMousePointer(int value)

public void setMousePointer(int value)

For the description of this property, please see getMousePointer()

Parameters:

ParameterTypeDescription
valueint

setSelectionMargin(boolean value)

public void setSelectionMargin(boolean value)

For the description of this property, please see getSelectionMargin()

Parameters:

ParameterTypeDescription
valueboolean

setShowColumnHeads(boolean value)

public void setShowColumnHeads(boolean value)

For the description of this property, please see getShowColumnHeads()

Parameters:

ParameterTypeDescription
valueboolean

setShowDropButtonTypeWhen(int value)

public void setShowDropButtonTypeWhen(int value)

For the description of this property, please see getShowDropButtonTypeWhen()

Parameters:

ParameterTypeDescription
valueint

setSpecialEffect(int value)

public void setSpecialEffect(int value)

For the description of this property, please see getSpecialEffect()

Parameters:

ParameterTypeDescription
valueint

setTextColumn(int value)

public void setTextColumn(int value)

For the description of this property, please see getTextColumn()

Parameters:

ParameterTypeDescription
valueint

setTransparent(boolean value)

public void setTransparent(boolean value)

For the description of this property, please see isTransparent()

Parameters:

ParameterTypeDescription
valueboolean

setValue(String value)

public void setValue(String value)

For the description of this property, please see getValue()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setWidth(double value)

public void setWidth(double value)

For the description of this property, please see getWidth()

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int