See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0
Syntax
C# |
---|
public override Rectangle PositionEditingPanel( Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow ) |
Visual Basic |
---|
Public Overrides Function PositionEditingPanel ( cellBounds As Rectangle, cellClip As Rectangle, cellStyle As DataGridViewCellStyle, singleVerticalBorderAdded As Boolean, singleHorizontalBorderAdded As Boolean, isFirstDisplayedColumn As Boolean, isFirstDisplayedRow As Boolean ) As Rectangle |
Visual C++ |
---|
public: virtual Rectangle PositionEditingPanel( Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle^ cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow ) override |
Parameters
- cellBounds
- Type: System.Drawing..::..Rectangle
- cellClip
- Type: System.Drawing..::..Rectangle
- cellStyle
- Type: System.Windows.Forms..::..DataGridViewCellStyle
- singleVerticalBorderAdded
- Type: System..::..Boolean
- singleHorizontalBorderAdded
- Type: System..::..Boolean
- isFirstDisplayedColumn
- Type: System..::..Boolean
- isFirstDisplayedRow
- Type: System..::..Boolean