C# Класс MahTweets.Core.Scripting.ScriptingUIHelper

Наследование: IScriptingUIHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
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