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

ActiveXControl Members

The ActiveXControl type exposes the following members.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property ClassId

Gets or sets a CLSID of the ActiveX control.

Public property CodeBase

Gets a URL to client-side control.

(Inherited from BaseClientControl.)
Public property CodeBase64

Gets a URL to 64-bit version of client-side control.

Public property CustomCodeBase

Gets or sets a custom URL to client-side control.

(Inherited from BaseClientControl.)
Public property CustomCodeBase64

Gets or sets a custom URL to 64-bit version of client-side control.

Public property EmbedResourceName64
Public property ProgId

Gets or sets a PROGID of the ActiveX control.

Public property UseCustomCodeBase

Gets or sets a value indicating whether custom URLs to client-side control specified with the CustomCodeBase and CustomCodeBase64 properties is used.

(Inherited from BaseClientControl.)
Public property Version

Gets or sets a minimum required version of the client-side control.

(Inherited from BaseClientControl.)

See Also

Reference