DataGridViewComboBoxCell.GetContentBounds 方法

定義

傳回圍住儲存格內容區域的週框,這個內容區域是使用指定的 Graphics 和儲存格樣式所計算。

protected:
 override System::Drawing::Rectangle GetContentBounds(System::Drawing::Graphics ^ graphics, System::Windows::Forms::DataGridViewCellStyle ^ cellStyle, int rowIndex);
protected override System.Drawing.Rectangle GetContentBounds (System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex);
override this.GetContentBounds : System.Drawing.Graphics * System.Windows.Forms.DataGridViewCellStyle * int -> System.Drawing.Rectangle
Protected Overrides Function GetContentBounds (graphics As Graphics, cellStyle As DataGridViewCellStyle, rowIndex As Integer) As Rectangle

參數

graphics
Graphics

儲存格的圖形內容。

cellStyle
DataGridViewCellStyle

要套用至儲存格的 DataGridViewCellStyle

rowIndex
Int32

儲存格的父資料列索引。

傳回

Rectangle

圍繞儲存格內容的 Rectangle

適用於

另請參閱