Version: 5.5
public void Use ();

説明

イベントを使用済とします

すでにイベントを処理した場合は、このメソッドを呼び出します。イベントの種類は EventType.Used に設定され、他の GUI 要素を無視するようにできます。

Events of type EventType.Repaint and EventType.Layout should not be used. Attempting to call this method on such events will issue a warning.