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
Afficher le fichier Open project: Eun/WixSharp

Méthodes publiques

Свойство Type Description
UserSelectedItems List

Méthodes publiques

Méthode Description
FeaturesDialog ( ) : System

Initializes a new instance of the FeaturesDialog class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

FeaturesDialog() public méthode

Initializes a new instance of the FeaturesDialog class.
public FeaturesDialog ( ) : System
Résultat 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
Résultat List