C# Class WixSharp.UI.Forms.ReadOnlyTreeNode.Behavior

Afficher le fichier Open project: Eun/WixSharp

Méthodes publiques

Méthode Description
AttachTo ( TreeView treeView, bool drawTextOnly = false ) : void

Private Methods

Méthode Description
IsReadOnly ( TreeNode node ) : bool
treeView_BeforeCheck ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void
treeView_DrawNode ( object sender, DrawTreeNodeEventArgs e ) : void
treeView_DrawNodeText ( object sender, DrawTreeNodeEventArgs e ) : void

Method Details

AttachTo() public static méthode

public static AttachTo ( TreeView treeView, bool drawTextOnly = false ) : void
treeView System.Windows.Forms.TreeView
drawTextOnly bool
Résultat void