home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vpxtra.zip / vpmtext.hlp (.txt) < prev   
OS/2 Help File  |  1994-03-20  |  2KB  |  42 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Mnemonic Text Help ΓòÉΓòÉΓòÉ
  3.  
  4. This is a replacement for the text object usually used in a VisPro/REXX 
  5. program, except that it has one extra feature - it can have a 'mnemonic' or 
  6. fast path key associated with it. 
  7.  
  8. To activate this feature you type a tilde (~) in front of the character you 
  9. want to act as a fast path. When the user presses the fast path key, the cursor 
  10. will be positioned at the first control after the text field. 
  11.  
  12.  
  13. ΓòÉΓòÉΓòÉ 2. Style Page Help ΓòÉΓòÉΓòÉ
  14.  
  15. The styles are fairly self explanatory, but they will be described here for 
  16. your benefit. 
  17.  
  18. o Horizontal Alignment 
  19.  
  20.     1. Left aligned - text will be placed flush with the left of the control. 
  21.  
  22.     2. Center aligned - text will be centred inside the control. 
  23.  
  24.     3. Right aligned - text will be placed flush with the right of the control. 
  25.  
  26. o Vertical Alignment 
  27.  
  28.     1. Top aligned - text will be flush with the top of the control. 
  29.  
  30.     2. Center aligned - text will be drawn about the middle of the control. 
  31.  
  32.     3. Bottom aligned - text will be flush with the bottom of the control. 
  33.  
  34. o Visible - the text will be visible to the user. 
  35.  
  36. o Disabled - the text will appear disabled to the user. 
  37.  
  38. o Word break - the text will be wrapped on to the next line on a word boundary. 
  39.  
  40. o Mnemonic - a tilde (~) will be treated as a fast path key, and the letter 
  41.   following the tilde will be drawn underlined. 
  42.