ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupClusterColorButton.OnNeedPaint C# (CSharp) Method

OnNeedPaint() protected method

Raises the NeedPaint event.
protected OnNeedPaint ( bool needLayout ) : void
needLayout bool Does the palette change require a layout.
return void
        protected virtual void OnNeedPaint(bool needLayout)
        {
            OnNeedPaint(needLayout, Rectangle.Empty);
        }

Same methods

ViewDrawRibbonGroupClusterColorButton::OnNeedPaint ( bool needLayout, Rectangle invalidRect ) : void