Method | Description | |
---|---|---|
ButtonSpecManagerDraw ( |
Initialize a new instance of the ButtonSpecManagerDraw class.
|
|
ButtonSpecManagerDraw ( |
Initialize a new instance of the ButtonSpecManagerDraw class.
|
Method | Description | |
---|---|---|
AddSpacersToDocker ( int i, |
Add the spacing views into the indexed docker.
|
|
AddViewToDocker ( int i, ViewDockStyle dockStyle, ViewBase view, bool usingSpacers ) : void |
Add a view element to a docker.
|
|
DockerIndex ( ViewBase viewDocker ) : int |
Gets the index of the provided docker.
|
|
DockerOrientation ( int i ) : VisualOrientation |
Gets the orientation of the docker at the specified index.
|
|
GetDockerForeground ( int i ) : |
Gets the element that represents the foreground color.
|
|
IndexDocker ( int i ) : ViewBase |
Gets the docker at the specified index.
|
protected AddSpacersToDocker ( int i, |
||
i | int | Index of docker. |
spacerL | Spacer for the left side. | |
spacerR | Spacer for the right side. | |
return | void |
protected AddViewToDocker ( int i, ViewDockStyle dockStyle, ViewBase view, bool usingSpacers ) : void | ||
i | int | Index of view docker. |
dockStyle | ViewDockStyle | Dock style for placement. |
view | ViewBase | Actual view to add. |
usingSpacers | bool | Are view spacers being used. |
return | void |
public ButtonSpecManagerDraw ( |
||
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. |
return | System |
public ButtonSpecManagerDraw ( |
||
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. |
viewMetricInt | PaletteMetricInt | Array of target metrics for outside/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. |
return | System |
protected DockerIndex ( ViewBase viewDocker ) : int | ||
viewDocker | ViewBase | View docker reference. |
return | int |
protected DockerOrientation ( int i ) : VisualOrientation | ||
i | int | Index. |
return | VisualOrientation |
protected GetDockerForeground ( int i ) : |
||
i | int | Index. |
return |
protected IndexDocker ( int i ) : ViewBase | ||
i | int | Index. |
return | ViewBase |