C# Класс XWord.AddinStatus

Represents the context of the add-in.
Показать файл Открыть проект

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

Метод Описание
SetTaskPaneSelectedPage ( String space, String page ) : void

Sets the values corresponding to the selected page in the tree view

Описание методов

SetTaskPaneSelectedPage() публичный Метод

Sets the values corresponding to the selected page in the tree view
public SetTaskPaneSelectedPage ( String space, String page ) : void
space String The value for the "space" key.
page String The value for the "page" key.
Результат void