ColorSet.TextHighlight Property (Microsoft.DirectX.DirectInput)

Foreground color for highlighted text.

Definition

Visual Basic Public Property TextHighlight As Integer
C# public int TextHighlight { get; set; }
C++ public:
property int TextHighlight {
        int get();
        void set(int value);
}
JScript public function get TextHighlight() : int
public function set TextHighlight(int);

Property Value

System.Int32

This property is read/write.