VisualStyleElement.StartPanel.MoreProgramsArrowとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > VisualStyleElement.StartPanel.MoreProgramsArrowの意味・解説 

VisualStyleElement.StartPanel.MoreProgramsArrow クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

[スタート] メニューの [すべてのプログラム] の矢印の各状態用の VisualStyleElement オブジェクト提供します。このクラス継承できません。

名前空間: System.Windows.Forms.VisualStyles
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Public NotInheritable Class
 MoreProgramsArrow
public static class MoreProgramsArrow
public ref class MoreProgramsArrow abstract
 sealed
public final class MoreProgramsArrow
public final class MoreProgramsArrow
解説解説

VisualStyleElement.StartPanel.MoreProgramsArrow クラスそれぞれのプロパティが、[すべてのプログラム] の矢印の各状態用に VisualStyleElement返します

Windows XP Home Edition, Windows XP Professional x64 Edition, Windows Server 2003 プラットフォームメモ : visual スタイルは、これらのプラットフォームでのみサポートされます。

使用例使用例

次のコード例は、Normal プロパティから返されVisualStyleElement使用して VisualStyleRenderer を作成する方法示してます。この例を実行するには、コードWindows フォーム貼り付けます。フォームPaint イベント処理しe を PaintEventArgs として渡してPaint イベント処理メソッドから DrawVisualStyleElementStartPanelMoreProgramsArrow1 メソッド呼び出します。

Public Sub DrawVisualStyleElementStartPanelMoreProgramsArrow1(ByVal
 e As PaintEventArgs)
    If (VisualStyleRenderer.IsElementDefined( _
     VisualStyleElement.StartPanel.MoreProgramsArrow.Normal)) Then
        Dim renderer As New
 VisualStyleRenderer _
          (VisualStyleElement.StartPanel.MoreProgramsArrow.Normal)
        Dim rectangle1 As New
 Rectangle(10, 50, 50, 50)
        renderer.DrawBackground(e.Graphics, rectangle1)
        e.Graphics.DrawString("VisualStyleElement.StartPanel.MoreProgramsArrow.Normal",
 _
          Me.Font, Brushes.Black, New Point(10,
 10))
    Else
        e.Graphics.DrawString("This element is not defined in
 the current visual style.", _
          Me.Font, Brushes.Black, New Point(10,
 10))
    End If
End Sub
public void DrawVisualStyleElementStartPanelMoreProgramsArrow1(PaintEventArgs
 e)
{
    if (VisualStyleRenderer.IsElementDefined(
        VisualStyleElement.StartPanel.MoreProgramsArrow.Normal))
    {
        VisualStyleRenderer renderer =
             new VisualStyleRenderer(VisualStyleElement.StartPanel.MoreProgramsArrow.Normal);
        Rectangle rectangle1 = new Rectangle(10, 50, 50, 50);
        renderer.DrawBackground(e.Graphics, rectangle1);
        e.Graphics.DrawString("VisualStyleElement.StartPanel.MoreProgramsArrow.Normal"
,
             this.Font, Brushes.Black, new
 Point(10, 10));
    }
    else
        e.Graphics.DrawString("This element is not defined in
 the current visual style.",
             this.Font, Brushes.Black, new
 Point(10, 10));
}
継承階層継承階層
System.Object
  System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.MoreProgramsArrow
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
VisualStyleElement.StartPanel.MoreProgramsArrow メンバ
System.Windows.Forms.VisualStyles 名前空間
VisualStyleElement クラス
VisualStyleRenderer

VisualStyleElement.StartPanel.MoreProgramsArrow プロパティ


パブリック プロパティパブリック プロパティ

参照参照

関連項目

VisualStyleElement.StartPanel.MoreProgramsArrow クラス
System.Windows.Forms.VisualStyles 名前空間
VisualStyleElement クラス
VisualStyleRenderer

VisualStyleElement.StartPanel.MoreProgramsArrow メソッド


VisualStyleElement.StartPanel.MoreProgramsArrow メンバ

[スタート] メニューの [すべてのプログラム] の矢印の各状態用の VisualStyleElement オブジェクト提供します。このクラス継承できません。

VisualStyleElement.StartPanel.MoreProgramsArrow データ型公開されるメンバを以下の表に示します


パブリック プロパティパブリック プロパティ
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

VisualStyleElement.StartPanel.MoreProgramsArrow クラス
System.Windows.Forms.VisualStyles 名前空間
VisualStyleElement クラス
VisualStyleRenderer


このページでは「.NET Framework クラス ライブラリ リファレンス」からVisualStyleElement.StartPanel.MoreProgramsArrowを検索した結果を表示しています。
Weblioに収録されているすべての辞書からVisualStyleElement.StartPanel.MoreProgramsArrowを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からVisualStyleElement.StartPanel.MoreProgramsArrow を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「VisualStyleElement.StartPanel.MoreProgramsArrow」の関連用語

VisualStyleElement.StartPanel.MoreProgramsArrowのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



VisualStyleElement.StartPanel.MoreProgramsArrowのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS