C# 클래스 ComponentFactory.Krypton.Toolkit.PaletteRedirectBreadCrumb

Redirect back/border/content based on the incoming grid state and style.
상속: PaletteRedirect
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
GetBorderDrawBorders ( PaletteBorderStyle style, PaletteState state ) : PaletteDrawBorders

Gets a value indicating which borders to draw.

PaletteRedirectBreadCrumb ( IPalette target ) : System

Initialize a new instance of the PaletteRedirectBreadCrumb class.

메소드 상세

GetBorderDrawBorders() 공개 메소드

Gets a value indicating which borders to draw.
public GetBorderDrawBorders ( PaletteBorderStyle style, PaletteState state ) : PaletteDrawBorders
style PaletteBorderStyle Border style.
state PaletteState Palette value should be applicable to this state.
리턴 PaletteDrawBorders

PaletteRedirectBreadCrumb() 공개 메소드

Initialize a new instance of the PaletteRedirectBreadCrumb class.
public PaletteRedirectBreadCrumb ( IPalette target ) : System
target IPalette Initial palette target for redirection.
리턴 System