[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/graphics]

uicontrol

(/tools/hpmatlab/toolbox/matlab/graphics/uicontrol.m)


Help text

UICONTROL Create user interface control.
 	UICONTROL('PropertyName1',value1,'PropertyName2,'value2,...) 
   	creates a user interface control in the current figure 
	window and returns a handle to it.

       UICONTROL properties can be set at object creation time using
       PropertyName/PropertyValue pair arguments to UICONTROL, or 
   	changed later using the SET command.

       Execute GET(H) to see a list of UICONTROL object properties and
       their current values. Execute SET(H) to see a list of UICONTROL
       object properties and legal property values. See a reference
   	guide for more information.

	See also SET, GET, UIMENU.

Cross-Reference Information

This is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON