Ribbon for WinForms
RenderChildren メソッド (ControlHostElement)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > ControlHostElement クラス : RenderChildren メソッド
Graphics object where the element will be rendered.
Rectangle where the child elements will be rendered.
Renders the child elements into a given rectangle.
シンタックス
'宣言
 
Public Overridable Sub RenderChildren( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
public virtual void RenderChildren( 
   Graphics g,
   Rectangle r
)

パラメータ

g
Graphics object where the element will be rendered.
r
Rectangle where the child elements will be rendered.
解説
Derived elements may override this method in order to draw into the System.Drawing.Graphics after the background and borders have been rendered but before the child elements are rendered.
参照

ControlHostElement クラス
ControlHostElement メンバ