home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vxdemo.zip / SYSTEM.$$$ / COMBOBOX.MTO < prev    next >
Text File  |  1993-08-19  |  2KB  |  50 lines

  1. ComboBox
  2. Methods;Add a string;AddString;AddStr
  3. Methods;Add a list of strings;AddStringList;AddStrL
  4. Methods;Clear the list;Clear;NoParms
  5. Methods;Delete an item;Delete;Delete
  6. Methods;Delete a list of items;DeleteList;ListMeth
  7. Methods;Deselect an item;Deselect;DeSlect
  8. Methods;Find a string;FindString;FindStr
  9. Methods;Get a string;GetString;GetStr
  10. Methods;Get all strings in the list;GetStringList;ListMeth
  11. Methods;Invoke help;InvokeHelp;NoParms
  12. Methods;List methods;ListMethods;ListMeth
  13. Methods;List properties;ListProperties;ListProp
  14. Methods;Reset the contents of the list;Reset;NoParms
  15. Methods;Set focus to the object;SetFocus;NoParms
  16. Set property;BackColor;BackColor;ColProps
  17. Set property;Enabled;Enabled;TFProps
  18. Set property;Font;Font;Font
  19. Set property;ForeColor;ForeColor;ColProps
  20. Set property;Height;Height;NumProps
  21. Set property;HelpTag;HelpTag;NumProps
  22. Set property;HelpText;HelpText;StrProps
  23. Set property;HintText;HintText;StrProps
  24. Set property;KeyString;KeyString;StrProps
  25. Set property;Left;Left;NumProps
  26. Set property;Painting;Painting;TFProps
  27. Set property;TabGroup;TabGroup;TFProps
  28. Set property;TabStop;TabStop;TFProps
  29. Set property;Top;Top;NumProps
  30. Set property;Value;Value;StrProps
  31. Set property;Visible;Visible;TFProps
  32. Set property;Width;Width;NumProps
  33. Get property;BackColor;BackColor;GetVal
  34. Get property;Enabled;Enabled;GetVal
  35. Get property;Font;Font;GetVal
  36. Get property;ForeColor;ForeColor;GetVal
  37. Get property;Height;Height;GetVal
  38. Get property;HelpTag;HelpTag;GetVal
  39. Get property;HelpText;HelpText;GetVal
  40. Get property;HintText;HintText;GetVal
  41. Get property;KeyString;KeyString;GetVal
  42. Get property;Left;Left;GetVal
  43. Get property;Painting;Painting;GetVal
  44. Get property;TabGroup;TabGroup;GetVal
  45. Get property;TabStop;TabStop;GetVal
  46. Get property;Top;Top;GetVal
  47. Get property;Value;Value;GetVal
  48. Get property;Visible;Visible;GetVal
  49. Get property;Width;Width;GetVal
  50.