MESCIUS SPREAD for Windows Forms 17.0J
DrawCheckBox メソッド

描画する四角形
コントロールの状態 GrapeCity.Spreadsheet.FormControls.ControlState
チェックボックスの状態GrapeCity.Spreadsheet.FormControls.CheckState
特定の四角形に 3 次元のチェックボックスを描画します。
構文
'Declaration
 
Sub DrawCheckBox( _
   ByVal rect As Rectangle, _
   ByVal controlState As ControlState, _
   ByVal state As CheckState _
) 
void DrawCheckBox( 
   Rectangle rect,
   ControlState controlState,
   CheckState state
)

パラメータ

rect
描画する四角形
controlState
コントロールの状態 GrapeCity.Spreadsheet.FormControls.ControlState
state
チェックボックスの状態GrapeCity.Spreadsheet.FormControls.CheckState
参照

IDrawingContext インタフェース
IDrawingContext メンバ

 

 


© MESCIUS inc. All rights reserved.