VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementJS type / get_RootControl Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
get_RootControl Method
In This Topic
Gets the root control that contains this UI element.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementJS(settings);

var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiControlJS
value = instance.get_RootControl();

Return Value

An instance of WebUiControlJS class if UI element is linked with root control; otherwise, null.
Remarks

This property returns correct value only when the "activated" event is generated by this UI element.

Browser Compatibility
56+
45+
11
See Also