Share via


ZoneWorkspace.ApplySmartPartInfo Method

Applies new layout information on the tab of the smart part.

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

Syntax

'Declaration
Public Sub ApplySmartPartInfo ( _
    smartPart As Object, _
    smartPartInfo As ISmartPartInfo _
)
'Usage
Dim instance As ZoneWorkspace
Dim smartPart As Object
Dim smartPartInfo As ISmartPartInfo

instance.ApplySmartPartInfo(smartPart, smartPartInfo)
public void ApplySmartPartInfo (
    Object smartPart,
    ISmartPartInfo smartPartInfo
)
public:
virtual void ApplySmartPartInfo (
    Object^ smartPart, 
    ISmartPartInfo^ smartPartInfo
) sealed
public final void ApplySmartPartInfo (
    Object smartPart, 
    ISmartPartInfo smartPartInfo
)
public final function ApplySmartPartInfo (
    smartPart : Object, 
    smartPartInfo : ISmartPartInfo
)

Parameters

  • smartPart
  • smartPartInfo

See Also

Reference

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