【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.6.23.4 progressBox::progressBox
Contents
Description
class constructor
Syntax
progressBox( LPCSTR lpcszLabel, int nStyle = 0, BOOL bHide = false )
Parameters
- lpcszLabel
- [input] Text label at PBOXT_MIDCENTER, which is the text above the progress bar
- nStyle
- [input] optional bits that can be combined with '|' operator, like PBOX_NO_BUTTON | PBOX_TOPMOST | PBOX_OFF_CENTER
- bHide
- [input] hide the progress box, this is typically the case when the range is small so better not show it, added Origin 8 SR2
Return
Examples
Remark
See Also
Header to Include
origin.h