Share via


AmbientTheme.SelectionForegroundPen プロパティ

定義

ワークフロー デザイン サーフェイス上の選択された項目のアンビエント前景ペン設定を取得します。

public:
 property System::Drawing::Pen ^ SelectionForegroundPen { System::Drawing::Pen ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Pen SelectionForegroundPen { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectionForegroundPen : System.Drawing.Pen
Public ReadOnly Property SelectionForegroundPen As Pen

プロパティ値

Pen

ワークフロー デザイン サーフェイス上の選択された項目の前景に関連付けられた Pen

属性

注釈

このプロパティに null 参照 (Visual Basic の場合は Nothing) が含まれている場合は、既定では色が現在の Pen プロパティ値、幅が 1 に設定された SelectionForeColor が返されます。

適用対象