就是單選鈕被選中
例如:
Private?Sub?Command1_Click()
If?Option1.Value?=?True?Then
Label1.ForeColor?=?vbRed
Else
Label1.ForeColor?=?vbBlue
End?If
Label1.FontBold?=?Check1.Value
Label1.FontItalic?=?Check2.Value
End?Sub
就是單選鈕被選中
例如:
Private?Sub?Command1_Click()
If?Option1.Value?=?True?Then
Label1.ForeColor?=?vbRed
Else
Label1.ForeColor?=?vbBlue
End?If
Label1.FontBold?=?Check1.Value
Label1.FontItalic?=?Check2.Value
End?Sub