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

Implement storage for data grid view palette content details.
상속: PaletteDataGridViewContentStates
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetContentPadding ( PaletteState state ) : Padding

Gets the actual padding between the border and content drawing.

GetContentShortTextFont ( PaletteState state ) : Font

Gets the actual content short text font value.

GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign

Gets the actual content short text horizontal alignment value.

GetContentShortTextV ( PaletteState state ) : PaletteRelativeAlign

Gets the actual content short text vertical alignment value.

PaletteDataGridViewContentCommon ( IPaletteContent inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteDataGridViewContentCommon class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

ResetPadding ( ) : void

Reset the Padding to the default value.

메소드 상세

GetContentPadding() 공개 메소드

Gets the actual padding between the border and content drawing.
public GetContentPadding ( PaletteState state ) : Padding
state PaletteState Palette value should be applicable to this state.
리턴 Padding

GetContentShortTextFont() 공개 메소드

Gets the actual content short text font value.
public GetContentShortTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
리턴 System.Drawing.Font

GetContentShortTextH() 공개 메소드

Gets the actual content short text horizontal alignment value.
public GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
리턴 PaletteRelativeAlign

GetContentShortTextV() 공개 메소드

Gets the actual content short text vertical alignment value.
public GetContentShortTextV ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
리턴 PaletteRelativeAlign

PaletteDataGridViewContentCommon() 공개 메소드

Initialize a new instance of the PaletteDataGridViewContentCommon class.
public PaletteDataGridViewContentCommon ( IPaletteContent inherit, NeedPaintHandler needPaint ) : System
inherit IPaletteContent Source for inheriting defaulted values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System

PopulateFromBase() 공개 메소드

Populate values from the base palette.
public PopulateFromBase ( PaletteState state ) : void
state PaletteState Palette state to use when populating.
리턴 void

ResetPadding() 공개 메소드

Reset the Padding to the default value.
public ResetPadding ( ) : void
리턴 void