DataViewBrowseObject.SetEditor(Type, Object) 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.
Sets or removes the editor for the current browse object.
public:
void SetEditor(Type ^ editorBaseType, System::Object ^ value);
public void SetEditor (Type editorBaseType, object value);
member this.SetEditor : Type * obj -> unit
Public Sub SetEditor (editorBaseType As Type, value As Object)
Parameters
- value
- Object
The editor to set, or null to remove the editor based on its type.