An interface used to defines a set of colors which are referenced to as a color scheme. The
color scheme is responsible for defining a list a twelve colors. The twelve colors consist of
six accent colors, two dark colors, two light colors and a color for each of a hyperlink and
followed hyperlink.
Object Model
Syntax
'Declaration
<System.Reflection.DefaultMemberAttribute("Item")>
Public Interface IColorScheme
'Usage
Dim instance As IColorScheme
[System.Reflection.DefaultMember("Item")]
public interface IColorScheme
See Also