Syntax: Objekt.ChkboxGroesse = 12 [Long]
Eigenschaften:
Die Eigenschaft ChkboxGroesse verwendet die folgenden Einstellungen:
Einstellung | Beschreibung | Visual Basic |
---|---|---|
12- cb_Normal | (Standardeinstellung) Die Checkbox wird normal angezeigt. | 12 |
16- cb_Chkbox1 | Grösse 1 (16 x 16 Pixel) | 16 |
20- cb_Chkbox2 | Grösse 2 (20 x 20 Pixel) | 20 |
24- cb_Chkbox3 | Grösse 3 (24 x 24 Pixel) | 24 |
30- cb_Chkbox4 | Grösse 4 (30 x 30 Pixel) | 30 |
34- cb_Chkbox5 | Grösse 5 (34 x 34 Pixel) | 34 |
36- cb_Chkbox6 | Grösse 6 (36 x 36 Pixel) | 36 |
40- cb_Userdefiniert | Userdefinierte Grösse | 40 |
bzw.:Dim objChkBox As SpecialCheckbox3 Set objChkBox = Me!SpecialCheckbox.Object With objChkBox .ChkboxGroesse = cb_Normal End With Set objChkBox = NothingMe!SpecialCheckbox.ChkboxGroesse = 12