Show TOC
bool RibbonGetEnabled(IRibbonControl ribbonControl);
Always return true.
public bool RibbonGetEnabled( IRibbonControl ribbonControl) { return true ; }