2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
The TreeViewAdvDragHighlightTracker Pen can be modified with the help of the added event TreeViewAdvDragHighlightTracker.QueryDragInsertInfo This will allow the user to select the color of the TreeViewAdvDragHighlightTracker Pen based on the current background. C# this.treeViewDragHighlightTracker.QueryDragInsertInfo+= new QueryDragInsertInfoEventHandler(treeViewDragHighlightTracker_QueryDragInsertInfo); private void treeViewDragHighlightTracker_QueryDragInsertInfo(object sender, QueryDragInsertInfoEventArgs args) { args.DragInsertColor=Color.BlueViolet; } VB Me.treeViewDragHighlightTracker.QueryDragInsertInfo+= New QueryDragInsertInfoEventHandler(treeViewDragHighlightTracker_QueryDragInsertInfo) Private Sub treeViewDragHighlightTracker_QueryDragInsertInfo(ByVal sender As Object, ByVal args As QueryDragInsertInfoEventArgs) args.DragInsertColor=Color.BlueViolet End Sub |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.