C# 클래스 MahTweets.Core.Scripting.ScriptingUIHelper

상속: IScriptingUIHelper
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
CreateContextMenusFromScripts ( System.Boolean addSeparator, string scriptEntryPoint, RoutedEventHandler miClick ) : List
EditScriptFromKey ( string sk ) : void
IsEditScriptEvent ( string scriptkey, string guidintoscripts ) : System.Boolean
IsEditScriptEvent ( string scriptkey, string guidintoscripts, bool editalways ) : void
ShowDirectoryFromKey ( string sk ) : void
createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere ) : void
createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere, bool incCut, bool incCopy, bool incPaste ) : void

메소드 상세

CreateContextMenusFromScripts() 공개 메소드

public CreateContextMenusFromScripts ( System.Boolean addSeparator, string scriptEntryPoint, RoutedEventHandler miClick ) : List
addSeparator System.Boolean
scriptEntryPoint string
miClick RoutedEventHandler
리턴 List

EditScriptFromKey() 공개 메소드

public EditScriptFromKey ( string sk ) : void
sk string
리턴 void

IsEditScriptEvent() 공개 메소드

public IsEditScriptEvent ( string scriptkey, string guidintoscripts ) : System.Boolean
scriptkey string
guidintoscripts string
리턴 System.Boolean

IsEditScriptEvent() 공개 메소드

public IsEditScriptEvent ( string scriptkey, string guidintoscripts, bool editalways ) : void
scriptkey string
guidintoscripts string
editalways bool
리턴 void

ShowDirectoryFromKey() 공개 메소드

public ShowDirectoryFromKey ( string sk ) : void
sk string
리턴 void

createCCPContextualMenus() 공개 메소드

public createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere ) : void
newcontextualmenu System.Windows.Controls.ContextMenu
routeCCPHere RoutedEventHandler
리턴 void

createCCPContextualMenus() 공개 메소드

public createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere, bool incCut, bool incCopy, bool incPaste ) : void
newcontextualmenu System.Windows.Controls.ContextMenu
routeCCPHere RoutedEventHandler
incCut bool
incCopy bool
incPaste bool
리턴 void