ProgressBarView_t::SetBorder (Windows Embedded CE 6.0)
1/6/2010
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 |