C# 클래스 ComponentFactory.Krypton.Ribbon.ViewDrawRibbonAppMenu

Extends the ViewDrawDocker by drawing the ribbon app menu area.
상속: ComponentFactory.Krypton.Toolkit.ViewDrawDocker
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
RenderAfter ( RenderContext renderContext ) : void

Perform rendering after child elements are rendered.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonAppMenu ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, ViewBase fixedElement, Rectangle fixedScreenRect ) : System

Initialize a new instance of the ViewDrawRibbonAppMenu class.

메소드 상세

RenderAfter() 공개 메소드

Perform rendering after child elements are rendered.
public RenderAfter ( RenderContext renderContext ) : void
renderContext ComponentFactory.Krypton.Toolkit.RenderContext Rendering context.
리턴 void

ToString() 공개 메소드

Obtains the String representation of this instance.
public ToString ( ) : string
리턴 string

ViewDrawRibbonAppMenu() 공개 메소드

Initialize a new instance of the ViewDrawRibbonAppMenu class.
public ViewDrawRibbonAppMenu ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, ViewBase fixedElement, Rectangle fixedScreenRect ) : System
paletteBack IPaletteBack Palette source for the background.
paletteBorder IPaletteBorder Palette source for the border.
fixedElement ViewBase Element to display at provided screen rect.
fixedScreenRect System.Drawing.Rectangle Screen rectangle for showing the element at.
리턴 System