ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupRichTextBox.OnNeedPaint C# (CSharp) Метод

OnNeedPaint() защищенный Метод

Raises the NeedPaint event.
protected OnNeedPaint ( bool needLayout ) : void
needLayout bool Does the palette change require a layout.
Результат void
        protected virtual void OnNeedPaint(bool needLayout)
        {
            OnNeedPaint(needLayout, Rectangle.Empty);
        }

Same methods

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