C# Class WixSharp.Controls.WixButton

Inheritance: System.Windows.Forms.Button, IWixControl, IWixInteractiveControl
Datei anzeigen Open project: Eun/WixSharp

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

PerformClick() public method

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
return void

ToWControl() public method

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

WixButton() public method

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