set_SelectedPropertyGridIndex Method
In This Topic
Sets the zero-based index of selected property grid.
Syntax
var instance = new Vintasoft.Imaging.UI.Dialogs.WebUiMultiPropertyGridDialogJS(selectorSettings, settings);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_SelectedPropertyGridIndex(value);
function set_SelectedPropertyGridIndex(
: number
) : any;
Parameters
- value
- The zero-based index of selected property grid.
Browser Compatibility
See Also