ArcFM Solution Developer Guide
PositionEditingControl Method


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 TreeGridViewTextBoxCell
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)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public virtual void PositionEditingControl( 
   System.bool setLocation,
   System.bool setSize,
   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

setLocation
setSize
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