C# Класс 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.
Наследование: ManagedForm, IManagedDialog
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
UserSelectedItems List

Открытые методы

Метод Описание
FeaturesDialog ( ) : System

Initializes a new instance of the FeaturesDialog class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FeaturesDialog() публичный Метод

Initializes a new instance of the FeaturesDialog class.
public FeaturesDialog ( ) : System
Результат System

Описание свойств

UserSelectedItems публичное статическое свойство

The collection of the features selected by user as the features to be installed.
public static List UserSelectedItems
Результат List