ToolStripManager.VisualStylesEnabled 속성

정의

ToolStrip이 테마라는 비주얼 스타일 정보를 사용하여 렌더링되는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

테마를 사용하여 ToolStripItem이 렌더링되면 true이고, 그렇지 않으면 false입니다.

적용 대상