public TreeNodeCollectionForm(CollectionEditor editor) : base(editor) { this.editor = (TreeNodeCollectionEditor)editor; this.InitializeComponent(); this.HookEvents(); this.intialNextNode = this.NextNode; this.SetButtonsState(); DesignerUtils.ApplyTreeViewThemeStyles(this.treeView1); }
public TreeNodeCollectionForm(CollectionEditor editor) : base(editor) { this.editor = (TreeNodeCollectionEditor) editor; this.InitializeComponent(); this.HookEvents(); this.intialNextNode = this.NextNode; this.SetButtonsState(); DesignerUtils.ApplyTreeViewThemeStyles(this.treeView1); }
public TreeNodeCollectionForm(CollectionEditor editor) : base(editor) { this.editor = (TreeNodeCollectionEditor) editor; this.InitializeComponent(); this.HookEvents(); this.intialNextNode = this.NextNode; this.SetButtonsState(); DesignerUtils.ApplyTreeViewThemeStyles(this.treeView1); if (System.Windows.Forms.DpiHelper.IsScalingRequired) { System.Windows.Forms.DpiHelper.ScaleButtonImageLogicalToDevice(this.moveDownButton); System.Windows.Forms.DpiHelper.ScaleButtonImageLogicalToDevice(this.moveUpButton); System.Windows.Forms.DpiHelper.ScaleButtonImageLogicalToDevice(this.btnDelete); } }
public TreeNodeCollectionForm(CollectionEditor editor) : base(editor) { this.editor = (TreeNodeCollectionEditor)editor; InitializeComponent(); }