Show TOC

bool RibbonGetVisible(IRibbonControl ribbonControl); Locate this document in the navigation structure

Always use this code:

public bool RibbonGetVisible(IRibbonControl ribbonControl)
 {
 returntrue;
 }