Ribbon for WinForms
RenderChildren メソッド (HtmlDiv)

C1.Win.4.8 アセンブリ > C1.Framework.Html 名前空間 > HtmlDiv クラス : 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 Overrides Sub RenderChildren( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
public override 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.
参照

HtmlDiv クラス
HtmlDiv メンバ