次の方法で共有


DeckWorkspace.OnShow(Control, SmartPartInfo) Method

Definition

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

Parameters

smartPart
Control
smartPartInfo
SmartPartInfo

Implements

Applies to