C# Class ComponentFactory.Krypton.Ribbon.DesignTimeDraw

Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

DrawFlapArea() public static méthode

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.
Résultat void