Ejemplo n.º 1
0
 public object GetSupertip(Office.IRibbonControl control)
 {
     return(RibbonControlValues.GetControlProperty(control.Tag, ControlProperties.Supertip));
 }
Ejemplo n.º 2
0
 public object GetImage(Office.IRibbonControl control)
 {
     return(RibbonControlValues.GetControlProperty(control.Tag, ControlProperties.Image));
 }
Ejemplo n.º 3
0
 public object GetDescription(Office.IRibbonControl control)
 {
     return(RibbonControlValues.GetControlProperty(control.Tag, ControlProperties.Description));
 }
Ejemplo n.º 4
0
 internal static object GetProperty(string tag, ControlProperties property)
 {
     return(RibbonControlValues.GetControlProperty(tag, property));
 }