DeckWorkspace.OnApplySmartPartInfo Method

Applies the smart part display information to the smart part.

Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)

Syntax

'Declaration
Protected Overridable Sub OnApplySmartPartInfo ( _
    smartPart As Control, _
    smartPartInfo As SmartPartInfo _
)
'Usage
Dim smartPart As Control
Dim smartPartInfo As SmartPartInfo

Me.OnApplySmartPartInfo(smartPart, smartPartInfo)
protected virtual void OnApplySmartPartInfo (
    Control smartPart,
    SmartPartInfo smartPartInfo
)
protected:
virtual void OnApplySmartPartInfo (
    Control^ smartPart, 
    SmartPartInfo^ smartPartInfo
)
protected void OnApplySmartPartInfo (
    Control smartPart, 
    SmartPartInfo smartPartInfo
)
protected function OnApplySmartPartInfo (
    smartPart : Control, 
    smartPartInfo : SmartPartInfo
)

Parameters

  • smartPart
  • smartPartInfo

See Also

Reference

DeckWorkspace Class
DeckWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace