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