Beispiel #1
0
 public ButtonWithLabelAreas(String layoutname)
 {
     layout            = TextLayoutInstance.AttachInstance(this as Control, layoutname);
     this.SizeChanged += new EventHandler(ButtonWithLabelAreas_SizeChanged);
 }
Beispiel #2
0
 public ButtonWithLabelAreas()
 {
     layout = TextLayoutInstance.AttachInstance(this as Control, "Default Layout");
 }