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

View element that creates and lays out the gallery items.
상속: ComponentFactory.Krypton.Toolkit.ViewComposite
파일 보기 프로젝트 열기: Cocotteseb/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
BringIntoView ( int index ) : void

Bring the specified image index into view.

GetPreferredSize ( ViewLayoutContext context ) : Size

Discover the preferred size of the element.

Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

NextLine ( ) : void

Scroll to make the next line visible.

PrevLine ( ) : void

Scroll to make the previous line visible.

SyncChildren ( ) : void
ToString ( ) : string

Obtains the String representation of this instance.

TrackMoveDown ( ) : void

Move tracking down one line.

TrackMoveEnd ( ) : void

Move tracking to the last item.

TrackMoveHome ( ) : void

Move tracking to the first item.

TrackMoveLeft ( ) : void

Move tracking down left one item.

TrackMovePageDown ( ) : void

Move tracking downwards by a whole page.

TrackMovePageUp ( ) : void

Move tracking upwards by a whole page.

TrackMoveRight ( ) : void

Move tracking down right one item.

TrackMoveUp ( ) : void

Move tracking up one line.

ViewLayoutRibbonGalleryItems ( IPalette palette, ComponentFactory.Krypton.Ribbon.KryptonGallery gallery, NeedPaintHandler needPaint, ViewDrawRibbonGalleryButton buttonUp, ViewDrawRibbonGalleryButton buttonDown, ViewDrawRibbonGalleryButton buttonContext ) : System

Initialize a new instance of the ViewLayoutRibbonGalleryItems class.

비공개 메소드들

메소드 설명
OnButtonContext ( object sender, MouseEventArgs e ) : void
OnButtonDown ( object sender, MouseEventArgs e ) : void
OnButtonUp ( object sender, MouseEventArgs e ) : void
OnScrollTick ( object sender, EventArgs e ) : void
ProcessBringIntoView ( ) : void

메소드 상세

BringIntoView() 공개 메소드

Bring the specified image index into view.
public BringIntoView ( int index ) : void
index int Index to bring into view.
리턴 void

GetPreferredSize() 공개 메소드

Discover the preferred size of the element.
public GetPreferredSize ( ViewLayoutContext context ) : Size
context ComponentFactory.Krypton.Toolkit.ViewLayoutContext Layout context.
리턴 System.Drawing.Size

Layout() 공개 메소드

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ComponentFactory.Krypton.Toolkit.ViewLayoutContext Layout context.
리턴 void

NextLine() 공개 메소드

Scroll to make the next line visible.
public NextLine ( ) : void
리턴 void

PrevLine() 공개 메소드

Scroll to make the previous line visible.
public PrevLine ( ) : void
리턴 void

SyncChildren() 공개 메소드

public SyncChildren ( ) : void
리턴 void

ToString() 공개 메소드

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

TrackMoveDown() 공개 메소드

Move tracking down one line.
public TrackMoveDown ( ) : void
리턴 void

TrackMoveEnd() 공개 메소드

Move tracking to the last item.
public TrackMoveEnd ( ) : void
리턴 void

TrackMoveHome() 공개 메소드

Move tracking to the first item.
public TrackMoveHome ( ) : void
리턴 void

TrackMoveLeft() 공개 메소드

Move tracking down left one item.
public TrackMoveLeft ( ) : void
리턴 void

TrackMovePageDown() 공개 메소드

Move tracking downwards by a whole page.
public TrackMovePageDown ( ) : void
리턴 void

TrackMovePageUp() 공개 메소드

Move tracking upwards by a whole page.
public TrackMovePageUp ( ) : void
리턴 void

TrackMoveRight() 공개 메소드

Move tracking down right one item.
public TrackMoveRight ( ) : void
리턴 void

TrackMoveUp() 공개 메소드

Move tracking up one line.
public TrackMoveUp ( ) : void
리턴 void

ViewLayoutRibbonGalleryItems() 공개 메소드

Initialize a new instance of the ViewLayoutRibbonGalleryItems class.
public ViewLayoutRibbonGalleryItems ( IPalette palette, ComponentFactory.Krypton.Ribbon.KryptonGallery gallery, NeedPaintHandler needPaint, ViewDrawRibbonGalleryButton buttonUp, ViewDrawRibbonGalleryButton buttonDown, ViewDrawRibbonGalleryButton buttonContext ) : System
palette IPalette Reference to palette for display values.
gallery ComponentFactory.Krypton.Ribbon.KryptonGallery Reference to owning gallery.
needPaint NeedPaintHandler Delegate for requesting paints.
buttonUp ViewDrawRibbonGalleryButton Reference to the up button.
buttonDown ViewDrawRibbonGalleryButton Reference to the down button.
buttonContext ViewDrawRibbonGalleryButton Reference to the context button.
리턴 System