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