C# Class WixSharp.Controls.WixControl

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PerformClick ( ) : void

Triggers Click event.

ToWControl ( ) : WixSharp.Controls.Control

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

WixControl ( ) : System.Collections.Generic

Initializes a new instance of the WixControl class.

Method Details

PerformClick() public méthode

Triggers Click event.
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

WixControl() public méthode

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