Property | Type | Description |
---|
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.
|
public ToWControl ( ) : WixSharp.Controls.Control | ||
return | WixSharp.Controls.Control |
public WixButton ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |