'宣言 Public Event Popup As System.Windows.Forms.PopupEventHandler
public event System.Windows.Forms.PopupEventHandler Popup
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.PopupEventArgs 型の引数を受け取りました。次の PopupEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
AssociatedControl | Gets the control for which the System.Windows.Forms.ToolTip is being drawn. |
AssociatedWindow | Gets the window to which this System.Windows.Forms.ToolTip is bound. |
Cancel | System.ComponentModel.CancelEventArgsから継承されます。 |
IsBalloon | Gets a value indicating whether the ToolTip is displayed as a standard rectangular or a balloon window. |
ToolTipSize | Gets or sets the size of the ToolTip. |
参照