Documentation

actxcontrolselect

CreateMicrosoftActiveXcontrol from UI

Syntax

c = actxcontrolselect
[c, info] = actxcontrolselect

Description

c= actxcontrolselectdisplays a dialog box listing all ActiveX®controls installed on the system and creates the one you select from the list.

[c,info] = actxcontrolselectreturns information about the control.

Output Arguments

collapse all

COM object, returned as a function handle. Use the handle to identify this control when calling MATLAB®COM functions.

Information specified as a 1-by-3 cell array of character vectors containing the name, programmatic identifier (ProgID), and file name for the control.

Limitations

  • COM functions are available on Microsoft®Windows®systems only.

Introduced before R2006a

Was this topic helpful?