PopupEventArgs(IWin32Window, Control, Boolean, Size) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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입니다.
- isBalloon
- Boolean
연결된 도구 설명 창이 풍선 스타일 모양으로 표시되면 true
이고, 표준 사각형 모양으로 표시되면 false
입니다.
설명
매개 변수는 PopupEventArgs 생성자는는 비슷한 이름의 해당 속성을 초기화 하는 데 사용 됩니다. 합니다 associatedControl
매개 변수 수 있습니다 null
형식의 소유 하는 창이 없으면 Control합니다.