次の方法で共有


IPropertyValueUIService.RemovePropertyValueUIHandler メソッド

定義

プロパティ値 UI サービスから、指定した PropertyValueUIHandler を削除します。

public:
 void RemovePropertyValueUIHandler(System::Drawing::Design::PropertyValueUIHandler ^ newHandler);
public void RemovePropertyValueUIHandler (System.Drawing.Design.PropertyValueUIHandler newHandler);
abstract member RemovePropertyValueUIHandler : System.Drawing.Design.PropertyValueUIHandler -> unit
Public Sub RemovePropertyValueUIHandler (newHandler As PropertyValueUIHandler)

パラメーター

newHandler
PropertyValueUIHandler

削除するハンドラー。

適用対象

こちらもご覧ください