'宣言 Public Event DrawFocus As DrawFocusEventHandler
public event DrawFocusEventHandler DrawFocus
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、DrawFocusEventArgs 型の引数を受け取りました。次の DrawFocusEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
FocusRectangle | Gets or sets the bounds of the focus rectangle. |
Graphics | Gets the graphics used to paint the focus rectangle. |
Handled | Gets or sets whether the focus rectangle was drawn from user code. |
参照