C# Class WixSharp.Controls.WixControl

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

Private Properties

Property Type Description

Public Methods

Method 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 method

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

WixControl() public method

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