DataBus.GetEditor(Type) 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.
Gets the type of an editor for the DataBus control.
public:
virtual System::Object ^ GetEditor(Type ^ editorBaseType);
public object GetEditor (Type editorBaseType);
abstract member GetEditor : Type -> obj
override this.GetEditor : Type -> obj
Public Function GetEditor (editorBaseType As Type) As Object
Parameters
- editorBaseType
- Type
The specified type.
Returns
The type of an editor for the DataBus control.