Property | Type | Description | |
---|---|---|---|
ShouldSerializePosition | bool | ||
ShouldSerializeTick | bool | ||
ShouldSerializeTrack | bool |
Method | Description | |
---|---|---|
PaletteTrackBarRedirect ( |
Initialize a new instance of the PaletteTrackBarRedirect class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
Method | Description | |
---|---|---|
OnNeedPaint ( object sender, bool needLayout ) : void |
Handle a change event from palette source.
|
Method | Description | |
---|---|---|
ShouldSerializePosition ( ) : bool | ||
ShouldSerializeTick ( ) : bool | ||
ShouldSerializeTrack ( ) : 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 PaletteTrackBarRedirect ( |
||
redirect | Inheritence redirection instance. | |
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 |