ComponentFactory.Krypton.Ribbon.RepeatButtonController.PerformNeedPaint C# (CSharp) Method

PerformNeedPaint() public method

Fires the NeedPaint event.
public PerformNeedPaint ( bool needLayout ) : void
needLayout bool Does the palette change require a layout.
return void
        public void PerformNeedPaint(bool needLayout)
        {
            OnNeedPaint(needLayout);
        }