예제 #1
0
 protected override void OnHandleCreated(EventArgs e)
 {
     base.OnHandleCreated(e);
     WindowUtils.HideAnnoyingFocusRectangles(this);
     // the Explorer-style listview looks cooler than the standard listview.
     WindowUtils.SetExplorerStyleControl(this);
 }
예제 #2
0
파일: CoolTreeView.cs 프로젝트: putara/cool
 protected override void OnGotFocus(EventArgs e)
 {
     base.OnGotFocus(e);
     WindowUtils.HideAnnoyingFocusRectangles(this);
 }