C# 클래스 PredictiveCodeSuggestions.PopupMenus.PopupMenu

Defines the PopupMenu class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PopupMenu ( [ caption ) : System

Initializes a new instance of the PopupMenu class.

Show ( [ menuItems ) : void

Shows this instance.

메소드 상세

PopupMenu() 공개 메소드

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

Show() 공개 메소드

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