C# Класс WixSharp.Controls.WixButton

Наследование: System.Windows.Forms.Button, IWixControl, IWixInteractiveControl
Показать файл Открыть проект

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