RolePlayerComboCell.InitializeEditingControl – metoda
Tento člen přepisuje DataGridViewComboBoxCell.InitializeEditingControl(Int32, Object, DataGridViewCellStyle).
Obor názvů: Microsoft.VisualStudio.Modeling.Design
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntaxe
'Deklarace
Public Overrides Sub InitializeEditingControl ( _
rowIndex As Integer, _
initialFormattedValue As Object, _
dataGridViewCellStyle As DataGridViewCellStyle _
)
public override void InitializeEditingControl(
int rowIndex,
Object initialFormattedValue,
DataGridViewCellStyle dataGridViewCellStyle
)
Parametry
- rowIndex
Typ: System.Int32
- initialFormattedValue
Typ: System.Object
- dataGridViewCellStyle
Typ: System.Windows.Forms.DataGridViewCellStyle
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.