Property | Type | Description |
---|
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.
|
|
ViewDrawRibbonQATBorder ( KryptonRibbon ribbon, NeedPaintHandler needPaintDelegate, bool minibar ) : System |
Initialize a new instance of the ViewDrawRibbonQATBorder 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 ViewDrawRibbonQATBorder ( KryptonRibbon ribbon, NeedPaintHandler needPaintDelegate, bool minibar ) : System | ||
ribbon | KryptonRibbon | Reference to owning ribbon control. |
needPaintDelegate | NeedPaintHandler | Delegate for notifying paint/layout changes. |
minibar | bool | Minibar or full bar drawing. |
return | System |