MATLAB Function Reference |
Syntax
propertyeditor('on') propertyeditor('off') propertyeditor('toggle'), propertyeditor propertyeditor(figure_handle,...)
Description
propertyeditor('on')
displays the property editor on the current figure.
propertyeditor('off')
hides the property editor on the current figure.
propertyeditor('toggle') or propertyeditor
toggles the visibility of the property editor on the current figure.
propertyeditor(figure_handle,...)
displays or hides the property editor on the figure specified by figure_handle
.
See Also
propedit | psi |
© 1994-2005 The MathWorks, Inc.