Infragistics(R) NetAdvantage(R) Windows Forms
GetThemeSystemColor Method
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > ThemeItemBase Class : GetThemeSystemColor Method

systemColor
SystemColor
Returns a System.Drawing.Color representing the themed system color for the specified SystemColor

Syntax

Visual Basic (Declaration) 
Public Function GetThemeSystemColor( _
   ByVal systemColor As SystemColor _
) As Color
C# 
public Color GetThemeSystemColor( 
   SystemColor systemColor
)

Parameters

systemColor
SystemColor

Return Value

A Color structure representing the themed system color or if the theme information is not available, the current system color.

See Also