System::Drawing::SystemColors class
コンテンツ
[
隠れる
]SystemColors class
事前に作成された Color オブジェクトのセットを提供し、Windows の表示要素の色を表すクラスです。これはインスタンスサービスを持たない静的型です。いかなる手段でもインスタンスを作成すべきではありません。
class SystemColors
メソッド
| メソッド | 説明 |
|---|---|
| static get_ActiveBorder() | アクティブウィンドウの枠線の色を表す Color オブジェクトを返します。 |
| static get_ActiveCaption() | アクティブウィンドウのタイトルバーの背景色を表す Color オブジェクトを返します。 |
| static get_ActiveCaptionText() | アクティブウィンドウのタイトルバーのテキスト色を表す Color オブジェクトを返します。 |
| static get_AppWorkspace() | アプリケーションの作業領域の色を表す Color オブジェクトを返します。 |
| static get_ButtonFace() | 3 次元要素の面色を表す Color オブジェクトを返します。 |
| static get_ButtonHighlight() | 3 次元要素のハイライト色を表す Color オブジェクトを返します。 |
| static get_ButtonShadow() | 3 次元要素の影の色を表す Color オブジェクトを返します。 |
| static get_Control() | 3 次元要素の面の色を表す Color オブジェクトを返します。 |
| static get_ControlDark() | 3 次元要素の影の色を表す Color オブジェクトを返します。 |
| static get_ControlDarkDark() | 3 次元要素の濃い影の色を表す Color オブジェクトを返します。 |
| static get_ControlLight() | 3 次元要素の光の色を表す Color オブジェクトを返します。 |
| static get_ControlLightLight() | 3 次元要素のハイライトの色を表す Color オブジェクトを返します。 |
| static get_ControlText() | 3 次元要素内のテキストの色を表す Color オブジェクトを返します。 |
| static get_Desktop() | デスクトップの色を表す Color オブジェクトを返します。 |
| static get_GradientActiveCaption() | アクティブウィンドウのタイトルバーのカラーグラデーションで最も明るい色を表す Color オブジェクトを返します。 |
| static get_GradientInactiveCaption() | 非アクティブウィンドウのタイトルバーのカラーグラデーションで最も明るい色を表す Color オブジェクトを返します。 |
| static get_GrayText() | 薄暗いテキストの色を表す Color オブジェクトを返します。 |
| static get_Highlight() | 選択された項目の背景色を表す Color オブジェクトを返します。 |
| static get_HighlightText() | 選択された項目のテキストの色を表す Color オブジェクトを返します。 |
| static get_HotTrack() | ホットトラックされた項目の色を表す Color オブジェクトを返します。 |
| static get_InactiveBorder() | 非アクティブウィンドウの枠線の色を表す Color オブジェクトを返します。 |
| static get_InactiveCaption() | 非アクティブウィンドウのタイトルバーの背景色を表す Color オブジェクトを返します。 |
| static get_InactiveCaptionText() | 非アクティブウィンドウのタイトルバーのテキストの色を表す Color オブジェクトを返します。 |
| static get_Info() | ツールチップの背景色を表す Color オブジェクトを返します。 |
| static get_InfoText() | ツールチップのテキストの色を表す Color オブジェクトを返します。 |
| static get_Menu() | メニューの背景色を表す Color オブジェクトを返します。 |
| static get_MenuBar() | メニューバーの背景色を表す Color オブジェクトを返します。 |
| static get_MenuHighlight() | メニューがフラットメニューとして表示されるときにメニュー項目をハイライトするために使用される色を表す Color オブジェクトを返します。 |
| static get_MenuText() | メニュー内のテキストの色を表す Color オブジェクトを返します。 |
| static get_ScrollBar() | スクロールバーの背景色を表す Color オブジェクトを返します。 |
| static get_Window() | ウィンドウのクライアント領域の背景色を表す Color オブジェクトを返します。 |
| static get_WindowFrame() | ウィンドウ枠の色を表す Color オブジェクトを返します。 |
| static get_WindowText() | ウィンドウのクライアント領域のテキスト色を表す Color オブジェクトを返します。 |
参照
- Namespace System::Drawing
- Library Aspose.Page for C++