ProgressBarView_t::SetBorder (Windows CE 5.0)

Send Feedback

This method sets the border style for the progress bar.

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 Values

None.

Remarks

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Progressview.hpp.

See Also

ProgressBarView_t | COLORREF | SetWindowLong

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.