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