home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / GRAPHICS.DI$ / UICONTRO.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  753 b   |  19 lines

  1. %UICONTROL Create user interface control.
  2. %     UICONTROL('PropertyName1',value1,'PropertyName2,'value2,...) 
  3. %       creates a user interface control in the current figure 
  4. %    window and returns a handle to it.
  5. %
  6. %       UICONTROL properties can be set at object creation time using
  7. %       PropertyName/PropertyValue pair arguments to UICONTROL, or 
  8. %       changed later using the SET command.
  9. %
  10. %       Execute GET(H) to see a list of UICONTROL object properties and
  11. %       their current values. Execute SET(H) to see a list of UICONTROL
  12. %       object properties and legal property values. See a reference
  13. %       guide for more information.
  14. %
  15. %    See also SET, GET, UIMENU.
  16.  
  17. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  18. %    Built-in function.
  19.