| BOOL CBCGPMultiLinkCtrl::SetItemState | ( | int | iLink, |
| UINT | state, | ||
| UINT | stateMask = LIS_FOCUSED|LIS_ENABLED|LIS_VISITED |
||
| ) |
Sets item state.
| iLink | Zero-based index of the link. |
| state | The value of the specified state item being set. |
| stateMask | Combination of flags describing the state item being set. For a list of values, see the description of the state member in the BCGPLITEM structure. Allowable items are identical to those allowed in state. |