TabWorkspace.OnShow(Control, TabSmartPartInfo) Method

Definition

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

Parameters

smartPart
Control
smartPartInfo
TabSmartPartInfo

Implements

Applies to