C# 클래스 WixSharp.Controls.WixControl

상속: System.Windows.Forms.Panel, IWixControl, IWixInteractiveControl
파일 보기 프로젝트 열기: Eun/WixSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PerformClick ( ) : void

Triggers Click event.

ToWControl ( ) : WixSharp.Controls.Control

Converts the WinForm control into WiX custom UI control T:WixSharp.Control.

WixControl ( ) : System.Collections.Generic

Initializes a new instance of the WixControl class.

메소드 상세

PerformClick() 공개 메소드

Triggers Click event.
public PerformClick ( ) : void
리턴 void

ToWControl() 공개 메소드

Converts the WinForm control into WiX custom UI control T:WixSharp.Control.
public ToWControl ( ) : WixSharp.Controls.Control
리턴 WixSharp.Controls.Control

WixControl() 공개 메소드

Initializes a new instance of the WixControl class.
public WixControl ( ) : System.Collections.Generic
리턴 System.Collections.Generic