ListBoxActiveXControl
Inheritance: java.lang.Object, com.aspose.diagram.ActiveXControlBase, com.aspose.diagram.ActiveXControl
public class ListBoxActiveXControl extends ActiveXControl
Represents a ListBox ActiveX control.
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setBackOleColor(int value)
public void setBackOleColor(int value)
For the description of this property, please see getBackOleColor()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setBorderOleColor(int value)
public void setBorderOleColor(int value)
For the description of this property, please see getBorderOleColor()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setBorderStyle(int value)
public void setBorderStyle(int value)
For the description of this property, please see getBorderStyle()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setBoundColumn(int value)
public void setBoundColumn(int value)
For the description of this property, please see getBoundColumn()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setColumnCount(int value)
public void setColumnCount(int value)
For the description of this property, please see getColumnCount()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setColumnWidths(double value)
public void setColumnWidths(double value)
For the description of this property, please see getColumnWidths()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setEnabled(boolean value)
public void setEnabled(boolean value)
For the description of this property, please see isEnabled()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setForeOleColor(int value)
public void setForeOleColor(int value)
For the description of this property, please see getForeOleColor()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setHeight(double value)
public void setHeight(double value)
For the description of this property, please see getHeight()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setIMEMode(int value)
public void setIMEMode(int value)
For the description of this property, please see getIMEMode()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setIntegralHeight(boolean value)
public void setIntegralHeight(boolean value)
For the description of this property, please see getIntegralHeight()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setListStyle(int value)
public void setListStyle(int value)
For the description of this property, please see getListStyle()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setListWidth(double value)
public void setListWidth(double value)
For the description of this property, please see getListWidth()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setLocked(boolean value)
public void setLocked(boolean value)
For the description of this property, please see isLocked()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setMatchEntry(int value)
public void setMatchEntry(int value)
For the description of this property, please see getMatchEntry()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setMouseIcon(byte[] value)
public void setMouseIcon(byte[] value)
For the description of this property, please see getMouseIcon()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] |
setMousePointer(int value)
public void setMousePointer(int value)
For the description of this property, please see getMousePointer()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setScrollBars(int value)
public void setScrollBars(int value)
For the description of this property, please see getScrollBars()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setShowColumnHeads(boolean value)
public void setShowColumnHeads(boolean value)
For the description of this property, please see getShowColumnHeads()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setSpecialEffect(int value)
public void setSpecialEffect(int value)
For the description of this property, please see getSpecialEffect()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setTextColumn(int value)
public void setTextColumn(int value)
For the description of this property, please see getTextColumn()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setTransparent(boolean value)
public void setTransparent(boolean value)
For the description of this property, please see isTransparent()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setValue(String value)
public void setValue(String value)
For the description of this property, please see getValue()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setWidth(double value)
public void setWidth(double value)
For the description of this property, please see getWidth()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |