VisualStyleInformation.TextControlBorder 属性

定义

获取当前视觉样式用来绘制包含文本的控件的边框的颜色。

public:
 static property System::Drawing::Color TextControlBorder { System::Drawing::Color get(); };
public static System.Drawing.Color TextControlBorder { get; }
member this.TextControlBorder : System.Drawing.Color
Public Shared ReadOnly Property TextControlBorder As Color

属性值

Color

如果视觉样式已启用,则为当前视觉样式用来绘制包含文本的控件的边框的 Color;否则为 ControlDarkDark

注解

此属性指定控件的边框颜色,如 TextBoxComboBox。 此属性检查内部的值 IsEnabledByUserVisualStyleRenderer.IsSupported 属性。

适用于