VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementStateJS type / get_Title Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Title Method
In This Topic
Gets the title, which will be applied to the UI element when state become active.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementStateJS(name, settings);

var value; // Type: string
value = instance.get_Title();

Return Value

Title, which will be applied to the UI element when state become active OR null.
Browser Compatibility
56+
45+
11
See Also