This documentation is for the old version. Go to the latest Upload Suite docs

thumbnail.activeXControl Property

Supported browsers: Internet Explorer

Gets or sets the ActiveX control settings.

Syntax

JavaScript Initialize
$au.thumbnail({
    //...other params...
    activeXControl: {},
    //...other params...
})
Get/Set Value at Runtime
$au.thumbnail('thumbnailID').activeXControl(value);
value = $au.thumbnail('thumbnailID').activeXControl();

Property Value

Type: $au.activeXControl

The ActiveX control settings.

See Also

Reference