프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SetStyles | void | ||
ShouldSerializeBack | bool | ||
ShouldSerializeBorder | bool | ||
ShouldSerializeContent | bool |
메소드 | 설명 | |
---|---|---|
PaletteTabTripleRedirect ( |
Initialize a new instance of the PaletteTabTripleRedirect class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
|
SetStyles ( TabStyle tabStyle ) : void |
Update the palette styles using a tab style.
|
메소드 | 설명 | |
---|---|---|
OnNeedPaint ( object sender, bool needLayout ) : void |
Handle a change event from palette source.
|
메소드 | 설명 | |
---|---|---|
SetStyles ( PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle ) : void | ||
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. |
리턴 | void |
public PaletteTabTripleRedirect ( |
||
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. |
리턴 | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
리턴 | void |
public SetRedirector ( |
||
redirect | Target redirector. | |
리턴 | void |
public SetStyles ( TabStyle tabStyle ) : void | ||
tabStyle | TabStyle | New tab style. |
리턴 | void |