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.
|
|
ViewDrawRibbonAppButton ( KryptonRibbon ribbon, bool bottomHalf ) : System |
Initialize a new instance of the ViewDrawRibbonAppButton 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 ViewDrawRibbonAppButton ( KryptonRibbon ribbon, bool bottomHalf ) : System | ||
ribbon | KryptonRibbon | Owning control instance. |
bottomHalf | bool | Scroller orientation. |
return | System |