'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Overridable Function PositionEditingPanel( _ ByVal cellBounds As System.Drawing.Rectangle, _ ByVal cellClip As System.Drawing.Rectangle, _ ByVal cellStyle As System.Windows.Forms.DataGridViewCellStyle, _ ByVal singleVerticalBorderAdded As System.Boolean, _ ByVal singleHorizontalBorderAdded As System.Boolean, _ ByVal isFirstDisplayedColumn As System.Boolean, _ ByVal isFirstDisplayedRow As System.Boolean _ ) As System.Drawing.Rectangle
'Usage
Dim instance As NDataGridViewProgressBarCell Dim cellBounds As System.Drawing.Rectangle Dim cellClip As System.Drawing.Rectangle Dim cellStyle As System.Windows.Forms.DataGridViewCellStyle Dim singleVerticalBorderAdded As System.Boolean Dim singleHorizontalBorderAdded As System.Boolean Dim isFirstDisplayedColumn As System.Boolean Dim isFirstDisplayedRow As System.Boolean Dim value As System.Drawing.Rectangle value = instance.PositionEditingPanel(cellBounds, cellClip, cellStyle, singleVerticalBorderAdded, singleHorizontalBorderAdded, isFirstDisplayedColumn, isFirstDisplayedRow)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public virtual System.Drawing.Rectangle PositionEditingPanel( System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.bool singleVerticalBorderAdded, System.bool singleHorizontalBorderAdded, System.bool isFirstDisplayedColumn, System.bool isFirstDisplayedRow )
Parameters
- cellBounds
- cellClip
- cellStyle
- singleVerticalBorderAdded
- singleHorizontalBorderAdded
- isFirstDisplayedColumn
- isFirstDisplayedRow