IWIDGET_GETINACTIVESCROLLHANDLECOLOR()
Brew Release
Brew MP 1.0.2
See Also
- IWidget_GetProperty()
- IWidget_SetInactiveScrollColor()
Description
This routine retrieves the scroll handle inactive color.
Params
pif
[]:
[in] Pointer to the IWidget interface object.
prgb
[]:
[out] Pointer that would contain scroll handle inactive color.
Interface
Prototype
int IWidget_GetInactiveScrollHandleColor(IWidget *pif, RGBVAL *prgb);
Return
AEE_SUCCESS - If the widget is able to retrieve the scroll handle inactive color. AEE_EFAILED - If the widget failed to retrieve the scroll handle inactive color.
Side Effect
- None
Comments
None
COMMENTS (0)
See Below