C# Class WixSharp.Controls.WixButton

Inheritance: System.Windows.Forms.Button, IWixControl, IWixInteractiveControl
Afficher le fichier Open project: Eun/WixSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat void

ToWControl() public méthode

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

WixButton() public méthode

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