GrapeCity SPREAD for Windows Forms 11.0J
OnPaintBackground(Graphics,Rectangle,ElementStyle) メソッド


Graphicsオブジェクト
コントロールの座標
再描画に使用するElementStyle
コントロールの背景をオーバーライドスタイルで描画します。
構文
'Declaration
 
Public Overloads Overridable Sub OnPaintBackground( _
   ByVal g As Graphics, _
   ByVal rectInput As Rectangle, _
   ByVal overrideStyle As ElementStyle _
) 
'使用法
 
Dim instance As ElementControl
Dim g As Graphics
Dim rectInput As Rectangle
Dim overrideStyle As ElementStyle
 
instance.OnPaintBackground(g, rectInput, overrideStyle)
public virtual void OnPaintBackground( 
   Graphics g,
   Rectangle rectInput,
   ElementStyle overrideStyle
)

パラメータ

g
Graphicsオブジェクト
rectInput
コントロールの座標
overrideStyle
再描画に使用するElementStyle
参照

ElementControl クラス
ElementControl メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.