FormatCondition 对象

expandtri全部显示

FormatConditions

parchildFormatCondition

FormatCondition 对象代表组合框文本框控件的条件格式,该对象是 FormatConditions 集合的一个成员。

使用 FormatCondition 对象

使用 FormatConditions(index) 可以返回一个 FormatCondition 对象,其中 index 是条件格式的索引编号。

使用 Add 方法可以创建一个新的条件格式。可以用 Modify 方法更改某个格式,或者用 Delete 方法删除某个格式。

也可以在“条件格式”对话框中设置组合框或文本框的条件格式。当窗体处于“设计”视图时,单击“格式”菜单中的“条件格式”命令,可以打开“条件格式”对话框。

可以使用 FormatCondition 对象的 BackColorEnabledFontBoldFontItalicFontUnderlineForeColor 属性控制带格式的组合框和文本框控件的外观。