C# Класс WixSharp.UI.Forms.Extensions

Set of extension methods for working with ManagedUI dialogs
Показать файл Открыть проект

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

Метод Описание
AllNodes ( this treeView ) : System.Windows.Forms.TreeNode[]

Aggregates all nodes of the TreeView control.

DefaultIsToBeInstalled ( this feature ) : bool

Returns default 'is to be installed' state of teh feature.

FeatureItem ( this node ) : FeatureItem

Returns the FeatireItem bound to the TreeNode.

IsViewChecked ( this feature ) : bool

Determines whether the feature checkbox is checked.

ResetViewChecked ( this feature ) : void

Resets the whether the feature checkbox checked state to the initial stat.

ToArray ( this nodes ) : System.Windows.Forms.TreeNode[]

Converts TreeNodeCollection into the TreeNode array.

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

AllNodes() публичный статический Метод

Aggregates all nodes of the TreeView control.
public static AllNodes ( this treeView ) : System.Windows.Forms.TreeNode[]
treeView this The tree view.
Результат System.Windows.Forms.TreeNode[]

DefaultIsToBeInstalled() публичный статический Метод

Returns default 'is to be installed' state of teh feature.
public static DefaultIsToBeInstalled ( this feature ) : bool
feature this The feature.
Результат bool

FeatureItem() публичный статический Метод

Returns the FeatireItem bound to the TreeNode.
public static FeatureItem ( this node ) : FeatureItem
node this The node.
Результат FeatureItem

IsViewChecked() публичный статический Метод

Determines whether the feature checkbox is checked.
public static IsViewChecked ( this feature ) : bool
feature this The feature.
Результат bool

ResetViewChecked() публичный статический Метод

Resets the whether the feature checkbox checked state to the initial stat.
public static ResetViewChecked ( this feature ) : void
feature this The feature.
Результат void

ToArray() публичный статический Метод

Converts TreeNodeCollection into the TreeNode array.
public static ToArray ( this nodes ) : System.Windows.Forms.TreeNode[]
nodes this The nodes.
Результат System.Windows.Forms.TreeNode[]