home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vrextras.zip / TRANSPAR.MTO < prev    next >
Text File  |  1995-08-25  |  879b  |  22 lines

  1. Methods;Refresh;Refresh;NoParms
  2. Get property;Caption;Caption;GetVal
  3. Get property;ForeColor;ForeColor;GetVal
  4. Get property;Height;Height;GetVal
  5. Get property;Justification;Justification;GetVal
  6. Get property;Left;Left;GetVal
  7. Get property;SizeToText;SizeToText;GetVal
  8. Get property;Top;Top;GetVal
  9. Get property;VertJustification;VertJustification;GetVal
  10. Get property;Width;Width;GetVal
  11. Get property;WrapText;WrapText;GetVal
  12. Set property;Caption;Caption;StrProps
  13. Set property;ForeColor;ForeColor;ColProps
  14. Set property;Height;Height;NumProps
  15. Set property;Justification;Justification_Left_Centered_Right;EnumProp
  16. Set property;Left;Left;NumProps
  17. Set property;SizeToText;SizeToText;TFProps
  18. Set property;Top;Top;NumProps
  19. Set property;VertJustification;VertJustification_Top_Centered_Bottom;EnumProp
  20. Set property;Width;Width;NumProps
  21. Set property;WrapText;WrapText;TFProps
  22.