FlatSB_GetScrollProp.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "commctrl.h".

Implemented in "dlls/comctl32/flatsb.c".

Debug channel "commctrl".