public void ParentActiveVariantTest()
 {
     PenColorsListBox target = new PenColorsListBox(); // TODO: Initialize to an appropriate value
     RibbonGroupVariant expected = new RibbonGroupVariant(); // TODO: Initialize to an appropriate value
     RibbonGroupVariant actual;
     target.ParentActiveVariant = expected;
     actual = target.ParentActiveVariant;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void PenColorsListBoxConstructorTest()
 {
     PenColorsListBox target = new PenColorsListBox();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }