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 VistaListControl Set ax = Me!AX_ListHeader.Object With ax .ShowAboutBox End With Set ax = Nothing
bzw.:
Me!AX_ListHeader.ShowAboutBox


  Änderungsdatum: 28.05.2007 | © IDBE Avenius, 2007