PopupEventArgs(IWin32Window, Control, Boolean, Size) 생성자

정의

PopupEventArgs 클래스의 인스턴스를 초기화합니다.

public:
 PopupEventArgs(System::Windows::Forms::IWin32Window ^ associatedWindow, System::Windows::Forms::Control ^ associatedControl, bool isBalloon, System::Drawing::Size size);
public PopupEventArgs (System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, bool isBalloon, System.Drawing.Size size);
public PopupEventArgs (System.Windows.Forms.IWin32Window? associatedWindow, System.Windows.Forms.Control? associatedControl, bool isBalloon, System.Drawing.Size size);
new System.Windows.Forms.PopupEventArgs : System.Windows.Forms.IWin32Window * System.Windows.Forms.Control * bool * System.Drawing.Size -> System.Windows.Forms.PopupEventArgs
Public Sub New (associatedWindow As IWin32Window, associatedControl As Control, isBalloon As Boolean, size As Size)

매개 변수

associatedWindow
IWin32Window

도구 설명이 바인딩된 IWin32Window입니다.

associatedControl
Control

도구 설명을 만들고 있는 Control입니다.

isBalloon
Boolean

연결된 도구 설명 창이 풍선 스타일 모양으로 표시되면 true이고, 표준 사각형 모양으로 표시되면 false입니다.

size
Size

도구 설명의 Size입니다.

설명

매개 변수는 PopupEventArgs 생성자는는 비슷한 이름의 해당 속성을 초기화 하는 데 사용 됩니다. 합니다 associatedControl 매개 변수 수 있습니다 null 형식의 소유 하는 창이 없으면 Control합니다.

적용 대상

추가 정보