コード例 #1
0
ファイル: TreeViewEx.cs プロジェクト: lanicon/Macad3D
        protected override AutomationPeer OnCreateAutomationPeer()
        {
            if (automationPeer == null)
            {
                automationPeer = new TreeViewExAutomationPeer(this);
            }

            return(automationPeer);
        }
コード例 #2
0
 public TreeViewExItemAutomationPeer(TreeViewExItem treeViewExItem, TreeViewExAutomationPeer treeViewExAutomationPeer)
 {
     this.treeViewExItem           = treeViewExItem;
     this.treeViewExAutomationPeer = treeViewExAutomationPeer;
 }