Switch that specifies whether to use stand-alone version of the ActiveX control located in the folder specified with the ScriptsDirectory property.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ActiveXControlUseCustomCodeBase As Boolean
public bool ActiveXControlUseCustomCodeBase { get; set; }
A boolean value (true
or false
). If true
, ImageUploader loads stand-alone version of the ActiveX control. Otherwise, the built-in ActiveX control is loaded.
Default value is false
.