C# Class PredictiveCodeSuggestions.PopupMenus.PopupMenu

Defines the PopupMenu class.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PopupMenu ( [ caption ) : System

Initializes a new instance of the PopupMenu class.

Show ( [ menuItems ) : void

Shows this instance.

Method Details

PopupMenu() public method

Initializes a new instance of the PopupMenu class.
public PopupMenu ( [ caption ) : System
caption [ The caption.
return System

Show() public method

Shows this instance.
public Show ( [ menuItems ) : void
menuItems [ The menu Items.
return void