GridControl.RegisterEmbeddedControl(Int32, Control) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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