TabWorkspace.OnApplySmartPartInfo(UIElement, TabSmartPartInfo) 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.
public:
virtual void OnApplySmartPartInfo(System::Windows::UIElement ^ smartPart, Microsoft::Practices::CompositeUI::Windows::TabSmartPartInfo ^ smartPartInfo);
public void OnApplySmartPartInfo (System.Windows.UIElement smartPart, Microsoft.Practices.CompositeUI.Windows.TabSmartPartInfo smartPartInfo);
abstract member OnApplySmartPartInfo : System.Windows.UIElement * Microsoft.Practices.CompositeUI.Windows.TabSmartPartInfo -> unit
override this.OnApplySmartPartInfo : System.Windows.UIElement * Microsoft.Practices.CompositeUI.Windows.TabSmartPartInfo -> unit
Public Sub OnApplySmartPartInfo (smartPart As UIElement, smartPartInfo As TabSmartPartInfo)
Parameters
- smartPart
- UIElement
- smartPartInfo
- TabSmartPartInfo