DeckWorkspace.OnApplySmartPartInfo(Control, SmartPartInfo) Method

Definition

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

Parameters

smartPart
Control
smartPartInfo
SmartPartInfo

Implements

Applies to