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


  Änderungsdatum: 28.05.2007 | © IDBE Avenius, 2007