DataBus::GetEditor Method (Type^)

 

Gets the type of an editor for the DataBus control.

Namespace:   Microsoft.SqlServer.Management.Data
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public:
virtual Object^ GetEditor(
	Type^ editorBaseType
) sealed

Parameters

editorBaseType
Type: System::Type^

The specified type.

Return Value

Type: System::Object^

The type of an editor for the DataBus control.

Return to top
Show: