VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiUndoRedoToolbarPanelJS type / set_ActionNameMaxLength Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    The maximum length for action name. Default value is 50.
    : number
    ) : any;

    Parameters

    value
    The maximum length for action name. Default value is 50.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also