Пример #1
0
 void menuItemAboutXWord_Click(Microsoft.Office.Core.CommandBarButton Ctrl, ref bool CancelDefault)
 {
     UIActions.ActionAboutXWord();
 }
Пример #2
0
 void menuItemXWordSettings_Click(Microsoft.Office.Core.CommandBarButton Ctrl, ref bool CancelDefault)
 {
     UIActions.ActionXWordSettings();
 }
Пример #3
0
 void menuItemOpenXWikiPage_Click(Microsoft.Office.Core.CommandBarButton Ctrl, ref bool CancelDefault)
 {
     UIActions.ActionOpenWikiPage();
 }
Пример #4
0
 void menuItemPublishXWikiPage_Click(Microsoft.Office.Core.CommandBarButton Ctrl, ref bool CancelDefault)
 {
     UIActions.ActionPublishCurrentPage();
 }
Пример #5
0
 void menuItemNew_Click(Microsoft.Office.Core.CommandBarButton Ctrl, ref bool CancelDefault)
 {
     UIActions.ActionNewSpaceOrPage();
 }
Пример #6
0
 void menuItemViewAttachments_Click(CommandBarButton Ctrl, ref bool CancelDefault)
 {
     UIActions.ActionViewAttachments();
 }
Пример #7
0
 void menuItemViewInBrowser_Click(CommandBarButton Ctrl, ref bool CancelDefault)
 {
     UIActions.ActionViewInBrowser();
 }
Пример #8
0
 void btnViewInBrowser_Click(Microsoft.Office.Core.CommandBarButton Ctrl, ref bool CancelDefault)
 {
     UIActions.ActionViewInBrowser();
 }
Пример #9
0
 void btnViewAttachments_Click(Microsoft.Office.Core.CommandBarButton Ctrl, ref bool CancelDefault)
 {
     UIActions.ActionViewAttachments();
 }