Show TOC

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

Always return true.

 public bool RibbonGetEnabled( IRibbonControl ribbonControl)
 {
 return true ;
}