Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit Box without Word Wrap
Message
 
 
À
27/06/2001 16:37:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00524328
Message ID:
00524429
Vues:
16
This message has been marked as a message which has helped to the initial question of the thread.
Craig,
You can access the Font's properties by code. Example:
*&  MS Form 2.0 Textbox Init()
WITH This.Font
    .Name = "Tahoma"
    .Size = 12
    .Italic = .T.
    .Underline = .T.
    .Bold = .T.
ENDWITH
HTH.

Wan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform