GridControl.AdjustEmbeddedEditorBoundsForCustomColumn Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void AdjustEmbeddedEditorBoundsForCustomColumn(System::Drawing::Rectangle % bounds, int uiColumnIndex, long nRowIndex);
protected virtual void AdjustEmbeddedEditorBoundsForCustomColumn (ref System.Drawing.Rectangle bounds, int uiColumnIndex, long nRowIndex);
abstract member AdjustEmbeddedEditorBoundsForCustomColumn : Rectangle * int * int64 -> unit
override this.AdjustEmbeddedEditorBoundsForCustomColumn : Rectangle * int * int64 -> unit
Protected Overridable Sub AdjustEmbeddedEditorBoundsForCustomColumn (ByRef bounds As Rectangle, uiColumnIndex As Integer, nRowIndex As Long)
Parameters
- bounds
- Rectangle
- uiColumnIndex
- Int32
- nRowIndex
- Int64