C# Class WixSharp.UI.Forms.Extensions

Set of extension methods for working with ManagedUI dialogs
Afficher le fichier Open project: Eun/WixSharp

Méthodes publiques

Méthode Description
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.

Method Details

AllNodes() public static méthode

Aggregates all nodes of the TreeView control.
public static AllNodes ( this treeView ) : System.Windows.Forms.TreeNode[]
treeView this The tree view.
Résultat System.Windows.Forms.TreeNode[]

DefaultIsToBeInstalled() public static méthode

Returns default 'is to be installed' state of teh feature.
public static DefaultIsToBeInstalled ( this feature ) : bool
feature this The feature.
Résultat bool

FeatureItem() public static méthode

Returns the FeatireItem bound to the TreeNode.
public static FeatureItem ( this node ) : FeatureItem
node this The node.
Résultat FeatureItem

IsViewChecked() public static méthode

Determines whether the feature checkbox is checked.
public static IsViewChecked ( this feature ) : bool
feature this The feature.
Résultat bool

ResetViewChecked() public static méthode

Resets the whether the feature checkbox checked state to the initial stat.
public static ResetViewChecked ( this feature ) : void
feature this The feature.
Résultat void

ToArray() public static méthode

Converts TreeNodeCollection into the TreeNode array.
public static ToArray ( this nodes ) : System.Windows.Forms.TreeNode[]
nodes this The nodes.
Résultat System.Windows.Forms.TreeNode[]