コード例 #1
0
 public uiTabPanel(uiControlType type) : base(type)
 {
     init();
 }
コード例 #2
0
 public uiText(uiControlType type) : base(type)
 {
     init();
 }
コード例 #3
0
 protected uiPanel(uiControlType ty) : base(ty)
 {
     init();
 }
コード例 #4
0
 public uiTab(uiControlType type) : base(type)
 {
     Autosize_Method = AutosizeMethod.BLOCK;
 }
コード例 #5
0
 public uiCollapser(uiControlType type) : base(type)
 {
     init();
 }
コード例 #6
0
 public uiWrapperPanel(uiControlType type) : base(type)
 {
     init();
 }
コード例 #7
0
 public uiListItem(uiControlType ty) : base(ty)
 {
     init();
 }
コード例 #8
0
 public uiList_TreeNode(uiControlType ty) : base(ty)
 {
     init();
 }
コード例 #9
0
 public uiListView(uiControlType type) : base(type)
 {
     init();
 }
コード例 #10
0
 public uiDockingPanel(uiControlType ty) : base(ty)
 {
     init();
 }
コード例 #11
0
 public uiScrollPanel(uiControlType type) : base(type)
 {
     Scrollable = true;
 }