Freigeben über


Theme.InactiveSelectionFormat-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft das inaktive Auswahlformat für das Design mit den angegebenen Formatdaten ab.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property InactiveSelectionFormat As FormatData 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.WebMatrix.Extensibility.Editor.FormatData
Die Formatdaten, die das inaktive Auswahlformat für das Design angeben.

Siehe auch

Verweis

Theme Klasse

Microsoft.WebMatrix.Extensibility.Editor-Namespace