Theme.InactiveSelectionFormat Property
Applies to v2.
Gets the inactive selection format for the theme with specified format data.
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
Property Value
Type: Microsoft.WebMatrix.Extensibility.Editor.FormatData
The format data that specifies the inactive selection format for the theme.