Buttonオブジェクト

Buttonは主にマウスクリックをサポートするGUIオブジェクトです。
Buttonオブジェクトは以下のメソッドとイベントをサポートします。


メソッド
SetText

GetText

SetBound

GetBound

SetFont

SetToolTip

GetToolTip

SetEnabled

GetEnabled

SetVisible

GetVisible

SetImage

GetImage

GetPicture

SetDropMode

GetDropMode

SetFocus

GetHandle


イベント
ClickEvent

MouseDownEvent

MouseUpEvent

KeyDownEvent

KeyUpEvent

DropEvent



メインへ