propedit (COM) - Open built-in property page for control
Syntax
h.propedit
propedit(h)
Description
h.propedit requests the
control to display its built-in property page. Note that some controls
do not have a built-in property page. For those controls, this command
fails.
propedit(h) is an alternate
syntax for the same operation.
Remarks
COM
functions are available on Microsoft Windows systems
only.
Examples
Create a Microsoft Calendar control and display its property
page:
cal = actxcontrol('mscal.calendar', [0 0 500 500]);
cal.propeditSee Also
inspect, get (COM)
 | propedit | | properties |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit