C++
void GetOkButtonText( CString& strOk, BOOL bIncludeAccel = TRUE );
Description
Gets the text for commit button. This is typically OK or Save.
Parameters
Parameters | Description |
---|---|
strOk | Text for the button |
bIncludeAccel | True directs that the '&' be returned as part of the string; false directs that it should be stripped |