Public Member Functions | |
| HRESULT | Clear (void) |
| HRESULT | SetSize ([in] RtUlong ulSize) |
| HRESULT | GetSize ([out, retval] RtUlong *pulSize) |
| HRESULT | SetStringAt ([in] RtUlong ulIndex,[in] BSTR bsStr) |
| HRESULT | GetStringAt ([in] RtUlong ulIndex,[out, retval] BSTR *pbsStr) |
| HRESULT | SetSelectedString ([in] BSTR bsStr) |
| HRESULT | GetSelectedString ([out, retval] BSTR *pbsStr) |
| HRESULT | SetComboCtrlStyle ([in] RtDWORD dwStyle) |
| HRESULT | GetComboCtrlStyle ([out, retval] RtDWORD *pdwStyle) |
|
|
Clears (initializes) the data object |
|
|
Sets size (number of items) that the data object can store
|
|
|
Gets size (number of items) that the data object can store
|
|
||||||||||||
|
Sets one string item to the collection
|
|
||||||||||||
|
Gets one string item from the collection
|
|
|
Sets the default string (default value of combo box control)
|
|
|
Gets the default string (default value of combo box control)
|
|
|
Sets style for combo box control
|
|
|
Gets style for combo box control
|
1.3.2