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