Method | Description | |
---|---|---|
ButtonSpecNavManagerLayoutHeaderBar ( |
Initialize a new instance of the ButtonSpecNavManagerLayoutHeaderBar class.
|
|
CreateButtonSpecRemap ( |
Create a palette redirector for remapping button spec colors.
|
|
UpdateRemapping ( IPaletteContent paletteContent, PaletteState paletteState ) : void |
Update cached remapping values and update active views.
|
Method | Description | |
---|---|---|
ButtonSpecCreated ( |
Perform final steps now that the button spec has been created.
|
protected ButtonSpecCreated ( |
||
buttonSpec | ButtonSpec instance. | |
buttonView | Associated ButtonSpecView instance. | |
viewDockerIndex | int | Index of view docker button is placed onto. |
return | void |
public ButtonSpecNavManagerLayoutHeaderBar ( |
||
control | Control that owns the button manager. | |
redirector | Palette redirector. | |
variableSpecs | ButtonSpecCollectionBase | Variable set of button specifications. |
fixedSpecs | ButtonSpecCollectionBase | Fixed set of button specifications. |
viewDockers | Array of target view dockers. | |
viewMetrics | IPaletteMetric | Array of target metric providers. |
viewMetricIntOutside | PaletteMetricInt | Array of target metrics for outside spacer size. |
viewMetricIntInside | PaletteMetricInt | Array of target metrics for inside spacer size. |
viewMetricPaddings | PaletteMetricPadding | Array of target metrics for button padding. |
getRenderer | GetToolStripRenderer | Delegate for returning a tool strip renderer. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
paletteContent | IPaletteContent | Palette source for color remapping. |
paletteState | PaletteState | Palette state for color remapping. |
return | System |
public CreateButtonSpecRemap ( |
||
redirector | Base palette class. | |
buttonSpec | ButtonSpec instance. | |
return |
public UpdateRemapping ( IPaletteContent paletteContent, PaletteState paletteState ) : void | ||
paletteContent | IPaletteContent | Palette used to recover remapping colors. |
paletteState | PaletteState | Palette state to use for remapping. |
return | void |