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 objSpBtn As SpecialButton3 Set objSpBtn = Me!SpecialButton.Object With objSpBtn .ShowAboutBox End With Set objSpBtn = Nothing
bzw.:
Me!SpecialButton.ShowAboutBox


  Änderungsdatum: 28.05.2007 | © IDBE Avenius, 2007