示例#1
0
 public static void SetChildRibbons(RibbonControl target, RibbonCollection value)
 {
     target.SetValue(ChildRibbonsProperty, value);
 }