CalendarView for WinForms
SetForegroundColor メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : SetForegroundColor メソッド
Sets the color of the foreground of the device context.
シンタックス
'宣言
 
Public Function SetForegroundColor( _
   ByVal foregroundColor As System.Drawing.Color _
) As System.Drawing.Color
public System.Drawing.Color SetForegroundColor( 
   System.Drawing.Color foregroundColor
)

パラメータ

foregroundColor
解説
The Color is used to draw the face of each character written by the TextOut and ExtTextOut functions. The Color is also used in converting bitmaps from color to monochrome and vice versa.
参照

DeviceContext クラス
DeviceContext メンバ