Property | Type | Description | |
---|---|---|---|
ShouldSerializeBack | bool | ||
ShouldSerializeBorder | bool | ||
ShouldSerializeContent | bool |
Method | Description | |
---|---|---|
GetRedirector ( ) : |
Gets the redirector instance.
|
|
PaletteTripleJustImageRedirect ( PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle ) : System |
Initialize a new instance of the PaletteTripleJustImageRedirect class.
|
|
PaletteTripleJustImageRedirect ( |
Initialize a new instance of the PaletteTripleJustImageRedirect class.
|
|
PaletteTripleJustImageRedirect ( |
Initialize a new instance of the PaletteTripleJustImageRedirect class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
|
SetStyles ( ButtonStyle buttonStyle ) : void |
Update the palette styles using a button style.
|
|
SetStyles ( HeaderStyle headerStyle ) : void |
Update the palette styles using a header style.
|
|
SetStyles ( PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle ) : void |
Update each individual style.
|
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 PaletteTripleJustImageRedirect ( PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle ) : System | ||
backStyle | PaletteBackStyle | Initial background style. |
borderStyle | PaletteBorderStyle | Initial border style. |
contentStyle | PaletteContentStyle | Initial content style. |
return | System |
public PaletteTripleJustImageRedirect ( |
||
redirect | Inheritence redirection instance. | |
backStyle | PaletteBackStyle | Initial background style. |
borderStyle | PaletteBorderStyle | Initial border style. |
contentStyle | PaletteContentStyle | Initial content style. |
return | System |
public PaletteTripleJustImageRedirect ( |
||
redirect | Inheritence redirection instance. | |
backStyle | PaletteBackStyle | Initial background style. |
borderStyle | PaletteBorderStyle | Initial border style. |
contentStyle | PaletteContentStyle | Initial content style. |
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 SetRedirector ( |
||
redirect | Target redirector. | |
return | void |
public SetStyles ( ButtonStyle buttonStyle ) : void | ||
buttonStyle | ButtonStyle | New button style. |
return | void |
public SetStyles ( HeaderStyle headerStyle ) : void | ||
headerStyle | HeaderStyle | New header style. |
return | void |
public SetStyles ( PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle ) : void | ||
backStyle | PaletteBackStyle | New background style. |
borderStyle | PaletteBorderStyle | New border style. |
contentStyle | PaletteContentStyle | New content style. |
return | void |