This class implements a list box control contained in a .pdf document created with Publish SDK. A list box contains a list of predefined items that can be selected (one or several depending on the multiple selection flag value).
Default constructor for this class. (Inherited from OdRxObject) | |
Destroys the list box control. | |
Destroys an instance of a Publish SDK object. (Inherited from OdObject) | |
The virtual destructor for this class. (Inherited from OdRxObject) |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Casts the specified raw pointer to the smart pointer. (Inherited from OdRxObject) | |
Clears the Publish SDK object. (Inherited from OdObject) | |
Creates a *clone* of this object, and returns a pointer to the *clone*. (Inherited from OdRxObject) | |
Compares another object to this one in a some meaning. (Inherited from OdRxObject) | |
details Copies the contents of the specified object into this object. (Inherited from OdRxObject) | |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns the current value of the flag that determines whether the list box has a border. If the flag value is equal to true, the list box has a border, otherwise it does not. The method fills a passed boolean value with the list box border flag value and returns it to a calling subroutine. | |
Returns the current list box border color. The method fills a passed ODCOLORREF value with the list box border color value and returns it to a calling subroutine. | |
Returns the current list box border style. The method fills a passed value with the current list box border style and returns it to a calling subroutine. | |
Returns the current list box border thickness. The method fills a passed value with the current list box border thickness and returns it to a calling subroutine. | |
Returns the list box content items. The method fills passed string arrays for displaying and exporting values of the list box and returns them to a calling subroutine. | |
Returns the current list box fill color. The method fills a passed ODCOLORREF value with the list box fill color value and returns it to a calling subroutine. | |
Returns current font parameters used for displaying list box items. The method fills passed values and returns them to a calling subroutine. | |
Returns the current font size used for displaying list box items. The method fills a passed integer value with the list box font size and returns it to a calling subroutine. | |
Returns the current value of the flag that determines whether the list box is locked. If the flag value is equal to true, the list box is locked and becomes disabled, otherwise it is enabled and unlocked. The method fills a passed boolean value with the list box lock flag value and returns it to a calling subroutine. | |
Returns the current multiple selection flag of the list box. The multiple selection flag determines whether more than one item from the list box can be selected simultaneously. | |
Returns the current name of the list box. The method fills a passed string object with the list box name and returns it to a calling subroutine. | |
Returns the current value of the flag that determines whether the list box should be printed. If the list box should be printed, the flag value is equal to true, otherwise it is equal to false. The method fills a passed boolean value with the list box printability flag value and returns it to a calling subroutine. | |
Returns the current text color used for displaying list box items. The method fills a passed ODCOLORREF value with the list box caption color and returns it to a calling subroutine. | |
Returns the current text rotation for the list box. The method fills a passed value with the current text rotation value and returns it to a calling subroutine. | |
Returns the current tooltip text for the list box. Tooltip text is text that appears when a user hovers the mouse pointer over the list box. The method fills a passed string object with the list box tooltip text and returns it to a calling subroutine. | |
Returns the current value of the visibility flag for the list box. The visibility flag determines whether the list box is visible in a document (if true) or is hidden (if false). The method fills a passed boolean value with the list box visibility flag value and returns it to a calling subroutine. | |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is empty. (Inherited from OdObject) | |
Returns true if and only if the specified object is equal to this one in a some meaning. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns true if and only if this object is an instance of the specified class or a subclass of the specified class. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is valid. (Inherited from OdObject) | |
Returns the value of the reference counter, that is, the number of references to an instance of this class. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class. (Inherited from OdRxObject) | |
Declares the method decrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
for internal use (Inherited from OdRxObject) | |
(Inherited from OdRxObject) | |
Sets a new value of the flag that determines whether the list box has a border. If the flag value is equal to true, the list box has a border, otherwise it does not. | |
Sets the list box border color. | |
Sets the list box border style. | |
Sets the list box border thickness. | |
Sets the list box content. The method fills the list box with an array of items. Each item is a string value. | |
Sets the list box fill color. | |
This is the overview for the setFont method overload. | |
Sets a font size for the list box. | |
Sets a new value of the flag that determines whether the list box is locked. If the flag value is equal to true, the list box is locked and becomes disabled, otherwise it is enabled and unlocked. | |
Sets the multiple selection flag of the list box. The multiple selection flag determines whether more than one item from the list box can be selected simultaneously. | |
Sets the list box name. | |
Sets a new value of the flag that determines whether the list box should be printed. If the list box should be printed, the flag value is equal to true, otherwise it is equal to false. | |
Sets a text color for the list box. | |
Sets a new value for the list box text rotation. | |
Sets tooltip text for the list box. Tooltip text is text that appears when a user hovers the mouse pointer over the list box. | |
Sets a new value of the visibility flag for the list box. The visibility flag determines whether the list box is visible in a document (if true) or is hidden (if false). | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot. (Inherited from OdRxObject) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|