프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ShouldSerializeItem | bool |
메소드 | 설명 | |
---|---|---|
PaletteComboBoxJustItemStates ( IPaletteTriple inheritItem, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteComboBoxJustItemStates class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
SetInherit ( IPaletteTriple inheritItem ) : void |
Sets the inheritence parent.
|
메소드 | 설명 | |
---|---|---|
OnNeedPaint ( object sender, bool needLayout ) : void |
Handle a change event from palette source.
|
메소드 | 설명 | |
---|---|---|
ShouldSerializeItem ( ) : bool |
protected OnNeedPaint ( object sender, bool needLayout ) : void | ||
sender | object | Source of the event. |
needLayout | bool | True if a layout is also needed. |
리턴 | void |
public PaletteComboBoxJustItemStates ( IPaletteTriple inheritItem, NeedPaintHandler needPaint ) : System | ||
inheritItem | IPaletteTriple | Source for inheriting item values. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
리턴 | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
리턴 | void |
public SetInherit ( IPaletteTriple inheritItem ) : void | ||
inheritItem | IPaletteTriple | Source for inheriting item values. |
리턴 | void |