Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Font
Message
De
01/07/2002 02:54:42
 
 
À
29/06/2002 14:31:03
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Titre:
Re: Font
Divers
Thread ID:
00673632
Message ID:
00673769
Vues:
26
Here is my sample code for Font property of ActiveX control, which contains PictureBox:
Public Property Get Font() As Font

  Set Font = picMainPicture.Font
End Property

Public Property Set Font(ByVal New_Font As Font)

  Set picMainPicture.Font = New_Font
  PropertyChanged "Font"
End Property

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform