ListBoxActiveXControl

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

public class ListBoxActiveXControl extends ActiveXControl

Represents a ListBox 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.
getForeOleColor()the ole color of the foreground.
getHeight()the height of the control in unit of points.
getIMEMode()the default run-time mode of the Input Method Editor for the control as it receives focus.
getIntegralHeight()Indicates whether the control will only show complete lines of text without showing any partial lines.
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.
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.
getScrollBars()Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.
getShowColumnHeads()Indicates whether column headings are displayed.
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.
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()
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()
setEnabled(boolean value)For the description of this property, please see isEnabled()
setForeOleColor(int value)For the description of this property, please see getForeOleColor()
setHeight(double value)For the description of this property, please see getHeight()
setIMEMode(int value)For the description of this property, please see getIMEMode()
setIntegralHeight(boolean value)For the description of this property, please see getIntegralHeight()
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()
setMouseIcon(byte[] value)For the description of this property, please see getMouseIcon()
setMousePointer(int value)For the description of this property, please see getMousePointer()
setScrollBars(int value)For the description of this property, please see getScrollBars()
setShowColumnHeads(boolean value)For the description of this property, please see getShowColumnHeads()
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[]

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

getIMEMode()

public int getIMEMode()

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

Returns: int

getIntegralHeight()

public boolean getIntegralHeight()

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

Returns: boolean

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

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

getScrollBars()

public int getScrollBars()

Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.

Returns: int

getShowColumnHeads()

public boolean getShowColumnHeads()

Indicates whether column headings are displayed.

Returns: boolean

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

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

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

setEnabled(boolean value)

public void setEnabled(boolean value)

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

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

setIMEMode(int value)

public void setIMEMode(int value)

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

Parameters:

ParameterTypeDescription
valueint

setIntegralHeight(boolean value)

public void setIntegralHeight(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

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

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

setScrollBars(int value)

public void setScrollBars(int value)

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

Parameters:

ParameterTypeDescription
valueint

setShowColumnHeads(boolean value)

public void setShowColumnHeads(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

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