【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.6.23.6 progressBox::SetRange
Contents
Description
Set the integer range for the progressbox to loop through. If you do not call this method, the default range of 0 to 100 will be used.
Syntax
BOOL SetRange( int nMin, int nMax )
Parameters
- nMin
- [input] beginning value
- nMax
- [input] end value
Return
TRUE if the range is reasonable, FALSE otherwise.
Examples
Remark
See Also
Header to Include
origin.h