ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupClusterColorButton.OnNeedPaint C# (CSharp) Méthode

OnNeedPaint() protected méthode

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

Same methods

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