GridControl.RegisterEmbeddedControl(Int32, Control) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
virtual void RegisterEmbeddedControl(int editableCellType, System::Windows::Forms::Control ^ embeddedControl);
public void RegisterEmbeddedControl (int editableCellType, System.Windows.Forms.Control embeddedControl);
abstract member RegisterEmbeddedControl : int * System.Windows.Forms.Control -> unit
override this.RegisterEmbeddedControl : int * System.Windows.Forms.Control -> unit
Public Sub RegisterEmbeddedControl (editableCellType As Integer, embeddedControl As Control)
Parámetros
- editableCellType
- Int32
- embeddedControl
- Control