Beispiel #1
0
 /// <remarks/>
 public ListStyleType()
 {
     this.listItemTypeField = listItemTypeEnum.check;
 }
Beispiel #2
0
 public ListStyleType()
 {
     this.listItemTypeField = listItemTypeEnum.check;
 }
Beispiel #3
0
 public ListStyle(listItemTypeEnum listItemType, Color bgColor, ItemIcon[] itemIcons)
 {
     this.listItemType = listItemType;
     this.bgColor      = bgColor;
     this.itemIcons    = itemIcons;
 }
 public ListStyle(listItemTypeEnum listItemType, Color bgColor, ItemIcon[] itemIcons)
 {
     this.listItemType = listItemType;
     this.bgColor = bgColor;
     this.itemIcons = itemIcons;
 }