C# 클래스 WixSharp.Controls.WixButton

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PerformClick ( ) : void

Generates a T:System.Windows.Forms.Control.Click event for a button.

Because WixSharp UI controls are used only at compile time to generate WiX actions XML the events are raised/triggered by the T:WixSharp.Compiler but not by the user at runtime (deployment time).

ToWControl ( ) : WixSharp.Controls.Control

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

WixButton ( ) : System.Collections.Generic

Initializes a new instance of the WixButton class.

메소드 상세

PerformClick() 공개 메소드

Generates a T:System.Windows.Forms.Control.Click event for a button.
Because WixSharp UI controls are used only at compile time to generate WiX actions XML the events are raised/triggered by the T:WixSharp.Compiler but not by the user at runtime (deployment time).
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

WixButton() 공개 메소드

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