프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
GetContentPadding ( PaletteState state ) : Padding |
Gets the actual padding between the border and content drawing.
|
|
GetContentShortTextFont ( PaletteState state ) : |
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.
|
public GetContentPadding ( PaletteState state ) : Padding | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | Padding |
public GetContentShortTextFont ( PaletteState state ) : |
||
state | PaletteState | Palette value should be applicable to this state. |
리턴 |
public GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | PaletteRelativeAlign |
public GetContentShortTextV ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | PaletteRelativeAlign |
public PaletteDataGridViewContentCommon ( IPaletteContent inherit, NeedPaintHandler needPaint ) : System | ||
inherit | IPaletteContent | Source for inheriting defaulted values. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
리턴 | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
리턴 | void |