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

  1. Get property;BackColor;BackColor;GetVal
  2. Get property;ClassName;ClassName;GetVal
  3. Get property;ClipSiblings;ClipSiblings;GetVal
  4. Get property;Direction;Direction;GetVal
  5. Get property;Enabled;Enabled;GetVal
  6. Get property;FirstChild;FirstChild;GetVal
  7. Get property;Height;Height;GetVal
  8. Get property;HelpTag;HelpTag;GetVal
  9. Get property;HelpText;HelpText;GetVal
  10. Get property;HintText;HintText;GetVal
  11. Get property;HWnd;HWnd;GetVal
  12. Get property;Left;Left;GetVal
  13. Get property;LineColor;LineColor;GetVal
  14. Get property;Name;Name;GetVal
  15. Get property;Painting;Painting;GetVal
  16. Get property;Parent;Parent;GetVal
  17. Get property;Self;Self;GetVal
  18. Get property;Sibling;Sibling;GetVal
  19. Get property;SiblingOrder;SiblingOrder;GetVal
  20. Get property;Thickness;Thickness;GetVal
  21. Get property;Top;Top;GetVal
  22. Get property;UserData;UserData;GetVal
  23. Get property;Visible;Visible;GetVal
  24. Get property;Width;Width;GetVal
  25. Set property;BackColor;BackColor;ColProps
  26. Set property;Direction;Direction;StrProps
  27. Set property;Enabled;Enabled;TFProps
  28. Set property;Height;Height;NumProps
  29. Set property;HelpTag;HelpTag;NumProps
  30. Set property;HelpText;HelpText;StrProps
  31. Set property;HintText;HintText;StrProps
  32. Set property;Left;Left;NumProps
  33. Set property;LineColor;LineColor;ColProps
  34. Set property;Name;Name;StrProps
  35. Set property;Painting;Painting;TFProps
  36. Set property;SiblingOrder;SiblingOrder;NumProps
  37. Set property;Thickness;Thickness;NumProps
  38. Set property;Top;Top;NumProps
  39. Set property;UserData;UserData;StrProps
  40. Set property;Visible;Visible;TFProps
  41. Set property;Width;Width;NumProps
  42.