TabWorkspace.IComposableWorkspace<Control,TabSmartPartInfo>.OnApplySmartPartInfo Method

Definition

 virtual void Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo>.OnApplySmartPartInfo(System::Windows::Forms::Control ^ smartPart, Microsoft::Practices::CompositeUI::WinForms::TabSmartPartInfo ^ smartPartInfo) = Microsoft::Practices::CompositeUI::SmartParts::IComposableWorkspace<System::Windows::Forms::Control ^, Microsoft::Practices::CompositeUI::WinForms::TabSmartPartInfo ^>::OnApplySmartPartInfo;
void IComposableWorkspace<Control,TabSmartPartInfo>.OnApplySmartPartInfo (System.Windows.Forms.Control smartPart, Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo smartPartInfo);
abstract member Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo>.OnApplySmartPartInfo : System.Windows.Forms.Control * Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo -> unit
override this.Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo>.OnApplySmartPartInfo : System.Windows.Forms.Control * Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo -> unit
Sub OnApplySmartPartInfo (smartPart As Control, smartPartInfo As TabSmartPartInfo) Implements IComposableWorkspace(Of Control, TabSmartPartInfo).OnApplySmartPartInfo

Parameters

smartPart
Control
smartPartInfo
TabSmartPartInfo

Implements

Applies to