C# Class Umbraco.UmbracoStudio.Helpers.TreeViewHelper

Afficher le fichier Open project: umbraco/Visual-Studio-Extension

Méthodes publiques

Méthode Description
CreateTreeViewItemWithImage ( string name, string imageName, bool showExpander ) : UmbracoTreeViewItem
CreateTreeViewItemWithImageAndTooltip ( string name, string imageName, bool showExpander, string toolTip ) : UmbracoTreeViewItem

Private Methods

Méthode Description
DatabaseTreeViewItemMouseRightButtonDown ( object sender, System e ) : void

Method Details

CreateTreeViewItemWithImage() public static méthode

public static CreateTreeViewItemWithImage ( string name, string imageName, bool showExpander ) : UmbracoTreeViewItem
name string
imageName string
showExpander bool
Résultat UmbracoTreeViewItem

CreateTreeViewItemWithImageAndTooltip() public static méthode

public static CreateTreeViewItemWithImageAndTooltip ( string name, string imageName, bool showExpander, string toolTip ) : UmbracoTreeViewItem
name string
imageName string
showExpander bool
toolTip string
Résultat UmbracoTreeViewItem