BOOL CBCGPMultiLinkCtrl::GetItemState | ( | int | iLink, |
UINT * | pnState, | ||
UINT | stateMask = LIS_FOCUSED|LIS_ENABLED|LIS_VISITED |
||
) | const |
Retrieves the state of the link control item.
iLink | Zero-based index of the link. |
pnState | The value of the specified state item. |
stateMask | Combination of flags describing which state item to get. 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. |