Method | Description | |
---|---|---|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
RenderBefore ( |
Perform rendering before child elements are rendered.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawRibbonGroupImage ( KryptonRibbon ribbon, |
Initialize a new instance of the ViewDrawRibbonGroupImage class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public RenderBefore ( |
||
context | Rendering context. | |
return | void |
public ViewDrawRibbonGroupImage ( KryptonRibbon ribbon, |
||
ribbon | KryptonRibbon | Reference to owning ribbon control. |
ribbonGroup | Reference to ribbon group definition. | |
viewGroup | Reference to top level group element. | |
return | System |