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

BaseControl.ActiveXControlEnabled Property

Switch that specifies whether to use ActiveX version of Image Uploader.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ActiveXControlEnabled As Boolean
C#
public bool ActiveXControlEnabled { get; set; }

Property Value

A boolean value (true or false). If true, the ImageUploader analyzes the browser, and if it is Internet Explorer and operating system is Windows generates the code for the ActiveX version. For other platform, the code for the Java version is generated.

Default value is true.

Remarks

If you want to use the Java version regardless to the browser, set this property to false.

See Also

Reference