C# Class ComponentFactory.Krypton.Ribbon.DesignTimeDraw

Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
DrawArea ( KryptonRibbon ribbon, RenderContext context, Rectangle clientRect, PaletteState state ) : void

Draw a design area with a flap on the left hand edge.

DrawFlapArea ( KryptonRibbon ribbon, RenderContext context, Rectangle clientRect, PaletteState state ) : void

Draw a design area with a flap on the left hand edge.

Method Details

DrawArea() public static method

Draw a design area with a flap on the left hand edge.
public static DrawArea ( KryptonRibbon ribbon, RenderContext context, Rectangle clientRect, PaletteState state ) : void
ribbon KryptonRibbon Reference to owning ribbon control.
context ComponentFactory.Krypton.Toolkit.RenderContext Rendering context.
clientRect System.Drawing.Rectangle Client rectangle of the source view.
state PaletteState State of element.
return void

DrawFlapArea() public static method

Draw a design area with a flap on the left hand edge.
public static DrawFlapArea ( KryptonRibbon ribbon, RenderContext context, Rectangle clientRect, PaletteState state ) : void
ribbon KryptonRibbon Reference to owning ribbon control.
context ComponentFactory.Krypton.Toolkit.RenderContext Rendering context.
clientRect System.Drawing.Rectangle Client rectangle of the source view.
state PaletteState State of element.
return void