home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vrextras.zip / scroll.mto < prev    next >
Text File  |  1995-08-19  |  3KB  |  66 lines

  1. Methods;Attach to window;AttachToWindow;NoParms
  2. Methods;Invoke help;InvokeHelp;NoParms
  3. Methods;List methods;ListMethods;ListMeth
  4. Methods;List properties;ListProperties;ListProp
  5. Methods;Post an event;PostEvent;PostEvnt
  6. Methods;Set focus to the object;SetFocus;NoParms
  7. Get property;BackColor;BackColor;GetVal
  8. Get property;ClassName;ClassName;GetVal
  9. Get property;ClipSiblings;ClipSiblings;GetVal
  10. Get property;Enabled;Enabled;GetVal
  11. Get property;FirstChild;FirstChild;GetVal
  12. Get property;ForeColor;ForeColor;GetVal
  13. Get property;FrameControl;FrameControl;GetVal
  14. Get property;Height;Height;GetVal
  15. Get property;HelpTag;HelpTag;GetVal
  16. Get property;HelpText;HelpText;GetVal
  17. Get property;HintText;HintText;GetVal
  18. Get property;HWnd;HWnd;GetVal
  19. Get property;Left;Left;GetVal
  20. Get property;LineIncrement;LineIncrement;GetVal
  21. Get property;MaximumValue;MaximumValue;GetVal
  22. Get property;MinimumValue;MinimumValue;GetVal
  23. Get property;Name;Name;GetVal
  24. Get property;Orientation;Orientation;GetVal
  25. Get property;PageIncrement;PageIncrement;GetVal
  26. Get property;Painting;Painting;GetVal
  27. Get property;Parent;Parent;GetVal
  28. Get property;Self;Self;GetVal
  29. Get property;Sibling;Sibling;GetVal
  30. Get property;SiblingOrder;SiblingOrder;GetVal
  31. Get property;StandardSize;StandardSize;GetVal
  32. Get property;TabGroup;TabGroup;GetVal
  33. Get property;TabIndex;TabIndex;GetVal
  34. Get property;TabStop;TabStop;GetVal
  35. Get property;ThumbSize;ThumbSize;GetVal
  36. Get property;Top;Top;GetVal
  37. Get property;UserData;UserData;GetVal
  38. Get property;Value;Value;GetVal
  39. Get property;Visible;Visible;GetVal
  40. Get property;Width;Width;GetVal
  41. Set property;BackColor;BackColor;ColProps
  42. Set property;ClipSiblings;ClipSiblings;TFProps
  43. Set property;Enabled;Enabled;TFProps
  44. Set property;ForeColor;ForeColor;ColProps
  45. Set property;Height;Height;NumProps
  46. Set property;HelpTag;HelpTag;NumProps
  47. Set property;HelpText;HelpText;StrProps
  48. Set property;HintText;HintText;StrProps
  49. Set property;Left;Left;NumProps
  50. Set property;LineIncrement;LineIncrement;NumProps
  51. Set property;MaximumValue;MaximumValue;NumProps
  52. Set property;MinimumValue;MinimumValue;NumProps
  53. Set property;Name;Name;StrProps
  54. Set property;Orientation;Orientation_Vertical_Horizontal;EnumProp
  55. Set property;Painting;Painting;TFProps
  56. Set property;SiblingOrder;SiblingOrder;NumProps
  57. Set property;TabGroup;TabGroup;TFProps
  58. Set property;TabIndex;TabIndex;NumProps
  59. Set property;TabStop;TabStop;TFProps
  60. Set property;ThumbSize;ThumbSize;NumProps
  61. Set property;Top;Top;NumProps
  62. Set property;UserData;UserData;StrProps
  63. Set property;Visible;Visible;TFProps
  64. Set property;Value;Value;NumProps
  65. Set property;Width;Width;NumProps
  66.