CCombo.getItems

Returns an array of <code>String</code>s which are the items in the receiver's list. <p> Note: This is not the actual structure used by the receiver to maintain its list of items, so modifying the array will not affect the receiver. </p>

@return the items in the receiver's list

@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>

class CCombo
String[]
getItems
(
)

Meta