Property | Type | Description | |
---|---|---|---|
ShouldSerializeBack | bool | ||
ShouldSerializeBorder | bool | ||
ShouldSerializeContent | bool |
Method | Description | |
---|---|---|
PaletteTabTriple ( IPaletteTriple inherit, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteTabTriple class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
SetInherit ( IPaletteTriple inherit ) : void |
Sets the inheritence parent.
|
Method | Description | |
---|---|---|
OnNeedPaint ( object sender, bool needLayout ) : void |
Handle a change event from palette source.
|
Method | Description | |
---|---|---|
ShouldSerializeBack ( ) : bool | ||
ShouldSerializeBorder ( ) : bool | ||
ShouldSerializeContent ( ) : bool |
protected OnNeedPaint ( object sender, bool needLayout ) : void | ||
sender | object | Source of the event. |
needLayout | bool | True if a layout is also needed. |
return | void |
public PaletteTabTriple ( IPaletteTriple inherit, NeedPaintHandler needPaint ) : System | ||
inherit | IPaletteTriple | Source for inheriting values. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
return | void |
public SetInherit ( IPaletteTriple inherit ) : void | ||
inherit | IPaletteTriple | |
return | void |