Share via


ProfessionalColorTable.UseSystemColors 속성

정의

현재 비주얼 스타일과 일치하는 색 대신 SystemColors를 사용할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool UseSystemColors { bool get(); void set(bool value); };
public bool UseSystemColors { get; set; }
member this.UseSystemColors : bool with get, set
Public Property UseSystemColors As Boolean

속성 값

SystemColors를 사용하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

비주얼 스타일 또는 테마 해제 합니다 ToolStripProfessionalRenderer 색을 사용 하 여 SystemColors입니다.

적용 대상