Nevron.UI.WinForm.Controls Namespace / NDataGridViewProgressBarCell Class / PositionEditingControl Method


PositionEditingControl Method (NDataGridViewProgressBarCell)
Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Sub PositionEditingControl( _
   ByVal setLocation As System.Boolean, _
   ByVal setSize As System.Boolean, _
   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 _
) 
 
'Usage
 
Dim instance As NDataGridViewProgressBarCell
Dim setLocation As System.Boolean
Dim setSize As System.Boolean
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
 
instance.PositionEditingControl(setLocation, setSize, cellBounds, cellClip, cellStyle, singleVerticalBorderAdded, singleHorizontalBorderAdded, isFirstDisplayedColumn, isFirstDisplayedRow)

Parameters

setLocation
setSize
cellBounds
cellClip
cellStyle
singleVerticalBorderAdded
singleHorizontalBorderAdded
isFirstDisplayedColumn
isFirstDisplayedRow
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also