共用方式為


IPropertyValueUIService.AddPropertyValueUIHandler 方法

定義

將指定的 PropertyValueUIHandler 加入這個服務中。

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

參數

newHandler
PropertyValueUIHandler

要加入的屬性值 UI 處理常式。

備註

呼叫 時 GetPropertyUIValueItems ,會呼叫新增至此服務的每個處理程式,並有機會新增 屬性的圖示。

適用於

另請參閱