Méthode | Description | |
---|---|---|
ButtonSpecNavManagerLayoutBar ( |
Initialize a new instance of the ButtonSpecNavManagerLayoutBar class.
|
|
ButtonSpecNavManagerLayoutBar ( |
Initialize a new instance of the ButtonSpecNavManagerLayoutBar class.
|
|
CreateButtonSpecRemap ( |
Create a palette redirector for remapping button spec colors.
|
|
SetRemapTarget ( ButtonStyle style ) : void |
Update the remap target to match the button style.
|
|
SetRemapTarget ( TabStyle style ) : void |
Update the remap target to match the tab style.
|
Méthode | 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. |
Résultat | void |
public ButtonSpecNavManagerLayoutBar ( |
||
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. |
Résultat | System |
public ButtonSpecNavManagerLayoutBar ( |
||
control | Control that owns the button manager. | |
redirector | Palette redirector. | |
variableSpecs | ButtonSpecCollectionBase | Variable 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. |
Résultat | System |
public CreateButtonSpecRemap ( |
||
redirector | Base palette class. | |
buttonSpec | ButtonSpec instance. | |
Résultat |
public SetRemapTarget ( ButtonStyle style ) : void | ||
style | ButtonStyle | Button style to match. |
Résultat | void |
public SetRemapTarget ( TabStyle style ) : void | ||
style | TabStyle | Tab style to match. |
Résultat | void |