Function Blam::DialogHelpers::SetControlText¶
Defined in File dialogs.h
Function Documentation¶
-
bool
Blam::DialogHelpers::SetControlText(HWND dialog, int field, LPSTR text)¶ Sets the text of the specified control.
- Return
Whether or not the text was applied successfully.
- Parameters
dialog: - The dialog containing the control.field: - The control to change the text of.text: - The text to apply to the control.