Syntax: Set Objekt.UserPicture = True|False [Boolean]
Einstellung:
Die Eigenschaft UserPicture legt fest ob die benutzerdefinierten Bilder im Objekt (UpDown-Control) angezeigt werden.
bzw.:Dim objUpDC As SpecialUpDownControl3 Set objUpDC = Me!SpecialUpDownControl.Object With objUpDC .UserPicture = True End With Set objUpDC = NothingMe!SpecialUpDownControl. UserPicture = True