Partager via


ZoneWorkspace.OnApplySmartPartInfo(Control, ZoneSmartPartInfo) Method

Definition

protected:
 virtual void OnApplySmartPartInfo(System::Windows::Forms::Control ^ smartPart, Microsoft::Practices::CompositeUI::WinForms::ZoneSmartPartInfo ^ smartPartInfo);
protected virtual void OnApplySmartPartInfo (System.Windows.Forms.Control smartPart, Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo smartPartInfo);
abstract member OnApplySmartPartInfo : System.Windows.Forms.Control * Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo -> unit
override this.OnApplySmartPartInfo : System.Windows.Forms.Control * Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo -> unit
Protected Overridable Sub OnApplySmartPartInfo (smartPart As Control, smartPartInfo As ZoneSmartPartInfo)

Parameters

smartPart
Control
smartPartInfo
ZoneSmartPartInfo

Implements

Applies to