Пример #1
0
 /// <summary>
 /// Design time support to indicate whether the CustomColors property should be serialized.
 /// </summary>
 public bool ShouldSerializeCustomColors()
 {
     return(ColorPanel.ShouldSerializeCustomColors(customColors));
 }
Пример #2
0
 /// <summary>
 /// Design time support to reset the CustomColors property to it's default value.
 /// </summary>
 public void ResetCustomColors()
 {
     CustomColors = ColorPanel.DefaultCustomColors();
 }