C# Class WixSharp.UI.Forms.FeaturesDialog

The logical equivalent of the standard Features dialog. Though it implement slightly different user experience as it has checkboxes bound to the features instead of icons context menu as MSI dialog has.
Inheritance: ManagedForm, IManagedDialog
Mostrar archivo Open project: Eun/WixSharp

Public Properties

Property Type Description
UserSelectedItems List

Public Methods

Method Description
FeaturesDialog ( ) : System

Initializes a new instance of the FeaturesDialog class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BuildFeaturesHierarchy ( ) : void
FeaturesDialog_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SaveUserSelection ( ) : void
back_Click ( object sender, System e ) : void
cancel_Click ( object sender, System e ) : void
featuresTree_AfterCheck ( object sender, TreeViewEventArgs e ) : void
featuresTree_AfterSelect ( object sender, TreeViewEventArgs e ) : void
next_Click ( object sender, System e ) : void
reset_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FeaturesDialog() public method

Initializes a new instance of the FeaturesDialog class.
public FeaturesDialog ( ) : System
return System

Property Details

UserSelectedItems public_oe static_oe property

The collection of the features selected by user as the features to be installed.
public static List UserSelectedItems
return List