ColorSet Structure (Microsoft.DirectX.DirectInput)

Describes a set of colors used to draw the device configuration user object. It is part of the Diconfiguredevicesparams structure.

Definition

Visual Basic Public Structure ColorSet
C# public struct ColorSet 
C++ public value class ColorSet sealed 
JScript In JScript, you can use structures, but you cannot define your own.

Members Table

The following table lists the members exposed by the object.

Methods

Method Description
ColorSet Initializes a new instance of the object.
ToString Obtains a string representation of the current instance.

Properties

Property Description
AreaFill Fill color for areas outside controls such as tabs and buttons.
Border Border color, used to display lines around controls such as tabs and buttons.
CalloutHighlight Color used to display callout lines.
CalloutLine Color used to display callout lines.
ControlFill Fill color for controls such as tabs and buttons.
HighlightFill Fill color for highlighted controls.
TextFore Foreground text color.
TextHighlight Foreground color for highlighted text.

Structure Information

Namespace Microsoft.DirectX.DirectInput
Assembly Microsoft.DirectX.DirectInput (microsoft.directx.directinput.dll)
Strong Name Microsoft.DirectX.DirectInput,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492
Show: