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

  1. ListBox
  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;Delete a string;DeleteString;DelStr
  8. Methods;Deselect an item;Deselect;DeSlect
  9. Methods;Deselect a list of items;DeselectList;ListMeth
  10. Methods;Find a string;FindString;FindStr
  11. Methods;Get a list of selected items;GetSelectedList;ListMeth
  12. Methods;Get a list of selected strings;GetSelectedStringList;ListMeth
  13. Methods;Get a string;GetString;GetStr
  14. Methods;Get all strings in the list;GetStringList;ListMeth
  15. Methods;Invoke help;InvokeHelp;NoParms
  16. Methods;List methods;ListMethods;ListMeth
  17. Methods;List properties;ListProperties;ListProp
  18. Methods;Reset the contents of the list;Reset;NoParms
  19. Methods;Set focus to the object;SetFocus;NoParms
  20. Methods;Set a list of selected items;SetSelectedList;ListMeth
  21. Set property;AdjustHeight;AdjustHeight;TFProps
  22. Set property;BackColor;BackColor;ColProps
  23. Set property;Enabled;Enabled;TFProps
  24. Set property;Font;Font;Font
  25. Set property;ForeColor;ForeColor;ColProps
  26. Set property;Height;Height;NumProps
  27. Set property;HelpTag;HelpTag;NumProps
  28. Set property;HelpText;HelpText;StrProps
  29. Set property;HintText;HintText;StrProps
  30. Set property;HorizScroll;HorizScroll;TFProps
  31. Set property;KeyString;KeyString;StrProps
  32. Set property;Left;Left;NumProps
  33. Set property;MultiSelect;MultiSelect;TFProps
  34. Set property;Painting;Painting;TFProps
  35. Set property;Selected;Selected;NumProps
  36. Set property;TabGroup;TabGroup;TFProps
  37. Set property;TabStop;TabStop;TFProps
  38. Set property;Top;Top;NumProps
  39. Set property;Visible;Visible;TFProps
  40. Set property;Width;Width;NumProps
  41. Get property;AdjustHeight;AdjustHeight;GetVal
  42. Get property;BackColor;BackColor;GetVal
  43. Get property;Enabled;Enabled;GetVal
  44. Get property;Font;Font;GetVal
  45. Get property;ForeColor;ForeColor;GetVal
  46. Get property;Height;Height;GetVal
  47. Get property;HelpTag;HelpTag;GetVal
  48. Get property;HelpText;HelpText;GetVal
  49. Get property;HintText;HintText;GetVal
  50. Get property;HorizScroll;HorizScroll;GetVal
  51. Get property;KeyString;KeyString;GetVal
  52. Get property;Left;Left;GetVal
  53. Get property;MultiSelect;MultiSelect;GetVal
  54. Get property;Painting;Painting;GetVal
  55. Get property;Selected;Selected;GetVal
  56. Get property;TabGroup;TabGroup;GetVal
  57. Get property;TabStop;TabStop;GetVal
  58. Get property;Top;Top;GetVal
  59. Get property;Visible;Visible;GetVal
  60. Get property;Width;Width;GetVal
  61.