table of contents
other versions
- wheezy 1.4.1-4
FlatSB_GetScrollProp(3w) | Wine API | FlatSB_GetScrollProp(3w) |
NAME¶
FlatSB_GetScrollProp (COMCTL32.@)SYNOPSIS¶
BOOL FlatSB_GetScrollProp(
HWND hwnd,
INT propIndex,
LPINT prop
)
DESCRIPTION¶
Retrieves flat-scroll-bar-specific properties for the specified window.RETURNS¶
nonzero if successful, or zero otherwise. If index is WSB_PROP_HSTYLE, the return is nonzero if InitializeFlatSB has been called for this window, or zero otherwise.IMPLEMENTATION¶
Declared in "commctrl.h". Implemented in "dlls/comctl32/flatsb.c". Debug channel "commctrl".Oct 2012 | Wine API |