TabWorkspace.IComposableWorkspace<Control,TabSmartPartInfo>.OnShow Method

Definition

 virtual void Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo>.OnShow(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 ^>::OnShow;
void IComposableWorkspace<Control,TabSmartPartInfo>.OnShow (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>.OnShow : 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>.OnShow : System.Windows.Forms.Control * Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo -> unit
Sub OnShow (smartPart As Control, smartPartInfo As TabSmartPartInfo) Implements IComposableWorkspace(Of Control, TabSmartPartInfo).OnShow

Parameters

smartPart
Control
smartPartInfo
TabSmartPartInfo

Implements

Applies to