Syntax: Objekt. FontItalic = True|False [Boolean]
Einstellung:
Die Eigenschaft FontItalic verwendet die folgenden Einstellungen:
Einstellung | Beschreibung | Visual basic |
---|---|---|
Ja | Der Text wird kursiv dargestellt . | True (-1) |
Nein | (Standardeinstellung) Der Text wird nicht kursiv dargestellt . | False (0) |
bzw.:Dim objSpBtn As SpecialButton3 Set objSpBtn = Me!SpecialButton.Object With objSpBtn .FontItalic = True End With Set objSpBtn = NothingMe!SpecialButton.FontItalic = True