Method | Description | |
---|---|---|
CompNeedPaint ( bool needLayout ) : void |
Request a repaint and optional layout.
|
|
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.
|
|
ViewDrawRibbonComposition ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the ViewDrawRibbonComposition class.
|
public CompNeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Is a layout required. |
return | void |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public RenderBefore ( |
||
context | Rendering context. | |
return | void |
public ViewDrawRibbonComposition ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : System | ||
ribbon | KryptonRibbon | Owning control instance. |
needPaint | NeedPaintHandler | Delegate for requested a paint. |
return | System |