SetEditBoxMaxChars
Description
Sets the maximum number of characters that can be entered in this edit box. Use 0 for unlimited.
Definition
SetEditBoxMaxChars( index, max )
void agk::SetEditBoxMaxChars( UINT index, UINT max )
Parameters
- index - The ID of the edit box to modify.
- max - The maximum number of characters.