C# 클래스 WixSharp.UI.Forms.Extensions

Set of extension methods for working with ManagedUI dialogs
파일 보기 프로젝트 열기: Eun/WixSharp

공개 메소드들

메소드 설명
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[]