Exemplo n.º 1
0
 /// <summary>Constructor allowing specify the standard icon</summary>
 /// <param name="label">Control label</param>
 public StandardControlIconAttribute(BitmapLabelType_e label)
 {
     Label = label;
 }
Exemplo n.º 2
0
 /// <summary>Constructor allowing specify the standard icon</summary>
 /// <param name="standardIcon">Control label</param>
 public ControlAttributionAttribute(BitmapLabelType_e standardIcon)
 {
     StandardIcon = standardIcon;
 }