C# Class WixSharp.Controls.WixLabel

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

Private Properties

Property Type Description

Public Methods

Method Description
ToWControl ( ) : WixSharp.Controls.Control

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

WixLabel ( ) : System.Collections.Generic

Initializes a new instance of the WixLabel class.

Method Details

ToWControl() public method

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

WixLabel() public method

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