PPCC Namespace
Gets or sets the button disabled icon

Namespace:  PPCC.ColorButton
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.0

Syntax

C#
public Bitmap IconDisabled { get; set; }
Visual Basic (Declaration)
Public Property IconDisabled As Bitmap
Visual C++
public:
property Bitmap^ IconDisabled {
	Bitmap^ get ();
	void set (Bitmap^ value);
}

See Also