Checkオブジェクト

Checkは主に複数選択をサポートするGUIオブジェクトです。
Checkオブジェクトは以下のメソッドとイベントをサポートします。


メソッド
SetText

GetText

SetBound

GetBound

SetFont

SetColor

GetColor

SetToolTip

GetToolTip

SetEnabled

GetEnabled

SetVisible

GetVisible

SetCheck

GetCheck

SetDropMode

GetDropMode

SetFocus

GetHandle


イベント
ClickEvent

MouseDownEvent

MouseUpEvent

KeyDownEvent

KeyUpEvent

DropEvent



メインへ