<< Return to Main Index

< Return to Class Index

CGXProgressCtrl::OnGetCaption

virtual void OnGetCaption(CString& strCaption, ROWCOL nRow, ROWCOL nCol, const CGXStyle& style);?

strCaption

A reference to a CString where the caption text will be stored.

nRow

Specifies the row id.

nCol

Specifies the column id.

style

Holds the style information of the cell.

Remarks

This method is called to determine the caption text for the progress bar. By default, the progress bar uses the caption text specified with the user attribute GX_IDS_UA_PROGRESS_CAPTIONMASK.

CGXProgressCtrl

Class Overview | Class Members