C# Class ICSharpCode.Core.MenuService

Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
AddItemsToMenu ( ToolStripItemCollection collection, object owner, string addInTreePath ) : void
CreateContextMenu ( object owner, string addInTreePath ) : ContextMenuStrip
CreateQuickInsertMenu ( TextBoxBase targetControl, Control popupControl, string quickInsertMenuItems ) : void
ShowContextMenu ( object owner, string addInTreePath, Control parent, int x, int y ) : void

Private Methods

Méthode Description
ContextMenuClosed ( object sender, EventArgs e ) : void
ContextMenuOpened ( object sender, EventArgs e ) : void

Method Details

AddItemsToMenu() public static méthode

public static AddItemsToMenu ( ToolStripItemCollection collection, object owner, string addInTreePath ) : void
collection System.Windows.Forms.ToolStripItemCollection
owner object
addInTreePath string
Résultat void

CreateContextMenu() public static méthode

public static CreateContextMenu ( object owner, string addInTreePath ) : ContextMenuStrip
owner object
addInTreePath string
Résultat System.Windows.Forms.ContextMenuStrip

CreateQuickInsertMenu() public static méthode

public static CreateQuickInsertMenu ( TextBoxBase targetControl, Control popupControl, string quickInsertMenuItems ) : void
targetControl System.Windows.Forms.TextBoxBase
popupControl System.Windows.Forms.Control
quickInsertMenuItems string
Résultat void

ShowContextMenu() public static méthode

public static ShowContextMenu ( object owner, string addInTreePath, Control parent, int x, int y ) : void
owner object
addInTreePath string
parent System.Windows.Forms.Control
x int
y int
Résultat void