DataBus.GetEditor(Type) メソッド

定義

DataBus コントロールのエディターの種類を取得します。

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

パラメーター

editorBaseType
Type

指定された型。

戻り値

DataBus コントロールのエディターの種類です。

実装

適用対象