SystemColors.HighlightText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 Color 结构,它是选定项的文本颜色。
public:
static property System::Drawing::Color HighlightText { System::Drawing::Color get(); };
public static System.Drawing.Color HighlightText { get; }
static member HighlightText : System.Drawing.Color
Public Shared ReadOnly Property HighlightText As Color
属性值
一个 Color,它是选定项的文本的颜色。
注解
例如,此颜色用于列表框中选定项的文本。