DeckWorkspace.IComposableWorkspace<Control,SmartPartInfo>.OnApplySmartPartInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual void Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo>.OnApplySmartPartInfo(System::Windows::Forms::Control ^ smartPart, Microsoft::Practices::CompositeUI::SmartParts::SmartPartInfo ^ smartPartInfo) = Microsoft::Practices::CompositeUI::SmartParts::IComposableWorkspace<System::Windows::Forms::Control ^, Microsoft::Practices::CompositeUI::SmartParts::SmartPartInfo ^>::OnApplySmartPartInfo;
void IComposableWorkspace<Control,SmartPartInfo>.OnApplySmartPartInfo (System.Windows.Forms.Control smartPart, Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo smartPartInfo);
abstract member Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo>.OnApplySmartPartInfo : System.Windows.Forms.Control * Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo -> unit
override this.Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo>.OnApplySmartPartInfo : System.Windows.Forms.Control * Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo -> unit
Sub OnApplySmartPartInfo (smartPart As Control, smartPartInfo As SmartPartInfo) Implements IComposableWorkspace(Of Control, SmartPartInfo).OnApplySmartPartInfo
Parameters
- smartPart
- Control
- smartPartInfo
- SmartPartInfo