guigetfile A Graphic User Interface Builder

A Graphic User Interface Builder >> A Graphic User Interface Builder > guipropsedit

guipropsedit

Uicontrol properties editor

Calling Sequence

guipropsedit(a)

Parameters

a

Handle for an uicontrol.

Description

This function is called from the guibuilder to modify the uicontrol properties. It could also be used seperately to edit the uicontrols properties.

Examples

f1=figure('position',[50 50 100 100]);
a = uicontrol(f1, 'units','pixels', 'style', 'pushbutton','string','Pushbutton','position',[10 10 20 20]);
guipropsedit(a);

See Also

Authors

guigetfile A Graphic User Interface Builder