ShowAboutBox

Mit der Methode AboutBox können Sie ein Dialogfeld mit Informationen zum Control, z.B. Versions- und Copyright-Informationen, anzeigen.


Syntax: Objekt.ShowAboutBox



Beispiel:

Dim ax As VistaStyleTabControl Set ax = Me!AX_Tab.Object With ax .ShowAboutBox End With Set ax = Nothing
bzw.:
Me!AX_Tab.ShowAboutBox


  Änderungsdatum: 28.05.2007 | © IDBE Avenius, 2007