actxcontrol
(To be removed) Create Microsoft ActiveX control in figure window
actxcontrol
will be removed in a future release. For more
information, see Version History.
Description
creates an ActiveX® control in a figure window. The programmatic identifier
(c
= actxcontrol(progid
)progid
) for the control determines the type of control
created. For the value, see the documentation provided by the control vendor. The
returned object c
is the default interface for the
control.
You cannot use an ActiveX server for the progid
because MATLAB® cannot insert ActiveX servers in a figure. For information about using ActiveX servers, see actxserver
.
creates a control using name-value pair arguments.c
= actxcontrol(progid
,Name,Value
)
Input Arguments
Limitations
COM functions are available on Microsoft® Windows® systems only.