C# 클래스 Dynamo.Wpf.Extensions.ViewLoadedParams

Application level parameters passed to an extension when the DynamoView is loaded
상속: Dynamo.Extensions.ReadyParams
파일 보기 프로젝트 열기: DynamoDS/Dynamo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dynamoMenu System.Windows.Controls.Menu

공개 메소드들

메소드 설명
AddMenuItem ( MenuBarType type, System.Windows.Controls.MenuItem menuItem, int index = -1 ) : void
AddSeparator ( MenuBarType type, System.Windows.Controls.Separator separatorObj, int index = -1 ) : void

비공개 메소드들

메소드 설명
AddItemToMenu ( MenuBarType type, Control itemToAdd, int index ) : void
OnSelectionCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void
SearchForMenuItem ( MenuBarType type ) : System.Windows.Controls.MenuItem

Searchs for dynamo parent menu item. Parent item can be: file menu, edit menu, view menu and help mebu bars.

ViewLoadedParams ( DynamoView dynamoV, DynamoViewModel dynamoVM ) : System

메소드 상세

AddMenuItem() 공개 메소드

public AddMenuItem ( MenuBarType type, System.Windows.Controls.MenuItem menuItem, int index = -1 ) : void
type MenuBarType
menuItem System.Windows.Controls.MenuItem
index int
리턴 void

AddSeparator() 공개 메소드

public AddSeparator ( MenuBarType type, System.Windows.Controls.Separator separatorObj, int index = -1 ) : void
type MenuBarType
separatorObj System.Windows.Controls.Separator
index int
리턴 void

프로퍼티 상세

dynamoMenu 공개적으로 프로퍼티

public Menu,System.Windows.Controls dynamoMenu
리턴 System.Windows.Controls.Menu