예제 #1
0
 internal HitTestInfo()
 {
     this.type = DataGridViewHitTestType.None;
     this.typeInternal = DataGridViewHitTestTypeInternal.None;
     //this.edge = DataGridViewHitTestTypeCloseEdge.None;
     this.row = this.col = -1;
     this.rowStart = this.colStart = -1;
     this.adjacentRow = this.adjacentCol = -1;
 }
예제 #2
0
 internal HitTestInfo()
 {
     this.type         = DataGridViewHitTestType.None;
     this.typeInternal = DataGridViewHitTestTypeInternal.None;
     //this.edge = DataGridViewHitTestTypeCloseEdge.None;
     this.row         = this.col = -1;
     this.rowStart    = this.colStart = -1;
     this.adjacentRow = this.adjacentCol = -1;
 }
예제 #3
0
 internal HitTestInfo()
 {
     _type         = DataGridViewHitTestType.None;
     _typeInternal = DataGridViewHitTestTypeInternal.None;
     //this.edge = DataGridViewHitTestTypeCloseEdge.None;
     _row         = _col = -1;
     _rowStart    = _colStart = -1;
     _adjacentRow = _adjacentCol = -1;
 }