ArcFM Solution Developer Guide
PositionEditingPanel Method


Syntax
'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 TreeGridViewTextBoxCell
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
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridViewTextBoxCell Class
TreeGridViewTextBoxCell Members

 

 


Send Comment