TabWorkspace.OnApplySmartPartInfo(Control, TabSmartPartInfo) Method

Definition

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

Parameters

smartPart
Control
smartPartInfo
TabSmartPartInfo

Implements

Applies to