Contexts: IRibbonContexts;
Contexts: Prognoz.Platform.Interop.Forms.IRibbonContexts;
The Contexts property returns the collection of context tabs.
The context tabs are displayed when determined conditions occur, for example, when any object is selected. Use the Visible property to control context tabs visibility.
The example of use is given in description of the IRibbonContexts.Add method.
See also: