CalendarView for WinForms
ColorBrush クラス
メンバ 

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 : ColorBrush クラス
Defines a brush that has a solid color.
オブジェクト モデル
ColorBrush クラス
シンタックス
'宣言
 
Public NotInheritable Class ColorBrush 
   Inherits Brush
public sealed class ColorBrush : Brush 
解説
This brush has the same funtion as SolidBrush in painting. This brush will not consume gdi handle. In other word, the Handle property is always IntPtr.Zero. So it can not be used to C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.
継承階層

System.Object
   System.MarshalByRefObject
      C1.Framework.Drawing.Gdi.GdiObject
         C1.Framework.Drawing.Gdi.Brush
            C1.Framework.Drawing.Gdi.ColorBrush

参照

ColorBrush メンバ
C1.Framework.Drawing.Gdi 名前空間