Syntax: Objekt.AbstandRahmen = 0 [Single]
Einstellung:
Einstellung | Beschreibung | Visual Basic |
---|---|---|
0-sw_ohne | Es wird kein Focusrahmen angezeigt | 0 |
1-sw_mittig | (Standardeinstellung) Der Text und das Bild werden von Focusrahmen umschlossen | 1 |
2-sw_Pix2 | Der Focusrahmen wird im Abstand von 2 Pixeln von Controlrand gezeichnet | 2 |
3-sw_Pix3 | Der Focusrahmen wird im Abstand von 3 Pixeln von Controlrand gezeichnet | 3 |
4-sw_Pix4 | Der Focusrahmen wird im Abstand von 4 Pixeln von Controlrand gezeichnet | 4 |
5-sw_Pix5 | Der Focusrahmen wird im Abstand von 5 Pixeln von Controlrand gezeichnet | 5 |
6-sw_Pix6 | Der Focusrahmen wird im Abstand von 6 Pixeln von Controlrand gezeichnet | 6 |
7-sw_Pix7 | Der Focusrahmen wird im Abstand von 7 Pixeln von Controlrand gezeichnet | 7 |
8-sw_Pix8 | Der Focusrahmen wird im Abstand von 8 Pixeln von Controlrand gezeichnet | 8 |
bzw.:Dim objSwBtn As SwitchingButton3 Set objSwBtn = Me!SwitchingButton.Object With objSwBtn .AbstandRahmen = sw_Pix3 End With Set objSwBtn= NothingMe!SwitchingButton.AbstandRahmen = 0