set_ActionNameMaxLength Method
In This Topic
Sets a maximum length for action name.
Syntax
var instance = new Vintasoft.Imaging.UI.Panels.WebUiUndoRedoToolbarPanelJS(settings, stateButton);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_ActionNameMaxLength(value);
function set_ActionNameMaxLength(
: number
) : any;
Parameters
- value
- The maximum length for action name. Default value is 50.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also