public uiTabPanel(uiControlType type) : base(type)
 {
     init();
 }
示例#2
0
 public uiText(uiControlType type) : base(type)
 {
     init();
 }
 protected uiPanel(uiControlType ty) : base(ty)
 {
     init();
 }
 public uiTab(uiControlType type) : base(type)
 {
     Autosize_Method = AutosizeMethod.BLOCK;
 }
示例#5
0
 public uiCollapser(uiControlType type) : base(type)
 {
     init();
 }
 public uiWrapperPanel(uiControlType type) : base(type)
 {
     init();
 }
 public uiListItem(uiControlType ty) : base(ty)
 {
     init();
 }
 public uiList_TreeNode(uiControlType ty) : base(ty)
 {
     init();
 }
 public uiListView(uiControlType type) : base(type)
 {
     init();
 }
 public uiDockingPanel(uiControlType ty) : base(ty)
 {
     init();
 }
 public uiScrollPanel(uiControlType type) : base(type)
 {
     Scrollable = true;
 }