C# Class Umbraco.UmbracoStudio.Helpers.TreeViewHelper

ファイルを表示 Open project: umbraco/Visual-Studio-Extension

Public Methods

Method Description
CreateTreeViewItemWithImage ( string name, string imageName, bool showExpander ) : UmbracoTreeViewItem
CreateTreeViewItemWithImageAndTooltip ( string name, string imageName, bool showExpander, string toolTip ) : UmbracoTreeViewItem

Private Methods

Method Description
DatabaseTreeViewItemMouseRightButtonDown ( object sender, System e ) : void

Method Details

CreateTreeViewItemWithImage() public static method

public static CreateTreeViewItemWithImage ( string name, string imageName, bool showExpander ) : UmbracoTreeViewItem
name string
imageName string
showExpander bool
return UmbracoTreeViewItem

CreateTreeViewItemWithImageAndTooltip() public static method

public static CreateTreeViewItemWithImageAndTooltip ( string name, string imageName, bool showExpander, string toolTip ) : UmbracoTreeViewItem
name string
imageName string
showExpander bool
toolTip string
return UmbracoTreeViewItem