示例#1
0
 public static RibbonCollection GetChildRibbons(RibbonControl target)
 {
     return((RibbonCollection)target.GetValue(ChildRibbonsProperty));
 }