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

Override the redirection to force the borders for the caption to only show the bottom border as a maximum.
상속: ComponentFactory.Krypton.Toolkit.PaletteRedirect
파일 보기 프로젝트 열기: Cocotteseb/Krypton 1 사용 예제들

공개 메소드들

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

Gets a value indicating which borders to draw.

PaletteCaptionRedirect ( IPalette target ) : System

Initialize a new instance of the PaletteCaptionRedirect 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

PaletteCaptionRedirect() 공개 메소드

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