set_CanDownloadFile Method
In This Topic
Sets a value indicating whether control can download file.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CanDownloadFile(value);
function set_CanDownloadFile(
: boolean
) : any;
Parameters
- value
- A value indicating whether control can download file.
Browser Compatibility
See Also