'宣言
Public Overridable Function OnMouseUp( _ ByVal glyph As Glyph, _ ByVal button As MouseButtons _ ) As Boolean
public virtual bool OnMouseUp( Glyph glyph, MouseButtons button )
パラメータ
- glyph
- グリフ。
- button
- 押されたマウスボタン。
戻り値の型
メッセージが処理された場合はtrue。それ以外の場合は、false。