コード例 #1
0
ファイル: NodeLayout.cs プロジェクト: huamanhtuyen/VNACCS
		public NodeLayout(AdvTree treeControl, Rectangle clientArea, LayoutSettings layoutSettings)
		{
			m_Tree=treeControl;
			m_ClientArea=clientArea;
            _LayoutSettings = layoutSettings;
		}
コード例 #2
0
ファイル: NodeTileLayout.cs プロジェクト: huamanhtuyen/VNACCS
        public NodeTileLayout(AdvTree treeControl, Rectangle clientArea, LayoutSettings layoutSettings)
            : base(treeControl, clientArea, layoutSettings)
		{
		}
コード例 #3
0
ファイル: CellTileLayout.cs プロジェクト: huamanhtuyen/VNACCS
 /// <summary>
 /// Initializes a new instance of the CellTileLayout class.
 /// </summary>
 public CellTileLayout(LayoutSettings layoutSettings) : base(layoutSettings)
 {
     
 }
コード例 #4
0
ファイル: NodeCellLayout.cs プロジェクト: huamanhtuyen/VNACCS
			public CellLayout(LayoutSettings layoutSettings)
			{
                _LayoutSettings = layoutSettings;
			}