IUIX_Combo::SetItemStyle Method

From PDF XChange PDF SDK
Revision as of 03:23, 19 May 2015 by Oleh (Talk | contribs)

Jump to: navigation, search


Sets style of a required item.

Syntax

HRESULT SetItemStyle([in]                   LONG  nItem,
                     [in]                   LONG  nStyle,
                     [in, defaultvalue(0)]  LONG  nStyleMask);

Parameters

nItem
[in] number of an item to set new style for.
nStyle
[in] specifies style flags from UIX_ComboItemStyleFlags enumeration.
nStyleMask
[in, defaultvalue(0)] specifies style mask flags from UIX_ComboItemStyleFlags enumeration. If NOT set to 0, this parameter removes specified styles from current item style and applies only those flags of nStyle parameter to the combo box item that were set in nStyleMask. For instance, if previous item style was set to UIX_ComboItemStyle_Bold, new item style is set to UIX_ComboItemStyle_Disabled, and nStyleMask is set to (UIX_ComboItemStyle_Bold | UIX_ComboItemStyle_Disabled), then a given item will be first set to .. *to be continued*.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IUIX_Combo.