Highcontrast Field (Palettes)
In This Topic
Highcontrast palette.
Syntax
'Declaration
Public Shared ReadOnly Highcontrast As System.Collections.Generic.IEnumerable(Of String)
'Usage
Dim value As System.Collections.Generic.IEnumerable(Of String)
value = Palettes.Highcontrast
public static readonly System.Collections.Generic.IEnumerable<string> Highcontrast
public field Highcontrast: System.Collections.Generic.IEnumerable; static; readonly
public static var Highcontrast : System.Collections.Generic.IEnumerable;
public: static readonly System.Collections.Generic.IEnumerable<string*>* Highcontrast
public:
static readonly System.Collections.Generic.IEnumerable<String^>^ Highcontrast
See Also