コード例 #1
0
ファイル: ButtonWithLabelAreas.cs プロジェクト: d3x0r/xperdex
 public ButtonWithLabelAreas(String layoutname)
 {
     layout            = TextLayoutInstance.AttachInstance(this as Control, layoutname);
     this.SizeChanged += new EventHandler(ButtonWithLabelAreas_SizeChanged);
 }
コード例 #2
0
ファイル: ButtonWithLabelAreas.cs プロジェクト: d3x0r/xperdex
 public ButtonWithLabelAreas()
 {
     layout = TextLayoutInstance.AttachInstance(this as Control, "Default Layout");
 }