Main Content

actxcontrolselect

(Removed) Create Microsoft ActiveX control from UI

actxcontrolselect have been removed. For more information on updating your code, see Version History.

Description

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

[c, info] = actxcontrolselect returns 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 only on Microsoft® Windows® systems.

Version History

Introduced before R2006a

expand all