Theme.InactiveSelectionFormat プロパティ

v2 に適用されます。

指定された書式データを含むテーマの無効な選択書式を取得します。

名前空間:  Microsoft.WebMatrix.Extensibility.Editor
アセンブリ:  Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)

構文

'宣言
Protected Overridable ReadOnly Property InactiveSelectionFormat As FormatData 
    Get
'使用
Dim value As FormatData 

value = Me.InactiveSelectionFormat
protected virtual FormatData InactiveSelectionFormat { get; }
protected:
virtual property FormatData^ InactiveSelectionFormat {
    FormatData^ get ();
}
abstract InactiveSelectionFormat : FormatData 
override InactiveSelectionFormat : FormatData
function get InactiveSelectionFormat () : FormatData

プロパティ値

型: Microsoft.WebMatrix.Extensibility.Editor.FormatData
テーマの無効な選択書式を指定する書式データ。

関連項目

参照

Theme クラス

Microsoft.WebMatrix.Extensibility.Editor 名前空間