IGridControl.RegisterEmbeddedControl(Int32, Control) 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.
public:
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
Public Sub RegisterEmbeddedControl (editableCellType As Integer, embeddedControl As Control)
Parameters
- editableCellType
- Int32
- embeddedControl
- Control