Share via


ProgressBarView_t::SetBorder

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method sets the border style for the progress bar.

Syntax

void ProgressBarView_t::SetBorder(
  int* piWndStyle,
  LONG* plBorderStyle
);

Parameters

  • piWndStyle
    [out] Pointer to the window style for the progress bar. Upon return, this parameter is set to one of the window styles in the following table.

    Value Description

    GWL_EXSTYLE

    Sets a new extended window style

    GWL_STYLE

    Sets a new window style

    Your implementation must return GWL_STYLE as the default window style.

  • plBorderStyle
    [out] Pointer to the border style for the progress bar. Upon return, this parameter is set to one of the border styles supported by SetWindowLong. Your implementation must return WS_BORDER as the default border style.

Return Value

None.

Remarks

Within your Windows Embedded CE operating system (OS), the information that this method returns through its parameters is passed to SetWindowLong.

Requirements

Header progressview.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

ProgressBarView_t
COLORREF
SetWindowLong