ControlSmartPartStrategy Class

A BuilderStrategy that walks the control containment chain looking for child controls that are either smart parts, placeholders or workspaces, so that they all get added to the WorkItem.

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

Syntax

'Declaration
Public Class ControlSmartPartStrategy
    Inherits BuilderStrategy
'Usage
Dim instance As ControlSmartPartStrategy
public class ControlSmartPartStrategy : BuilderStrategy
public ref class ControlSmartPartStrategy : public BuilderStrategy
public class ControlSmartPartStrategy extends BuilderStrategy
public class ControlSmartPartStrategy extends BuilderStrategy

Inheritance Hierarchy

System.Object
   Microsoft.Practices.ObjectBuilder.BuilderStrategy
    Microsoft.Practices.CompositeUI.WinForms.ControlSmartPartStrategy

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ControlSmartPartStrategy Members
Microsoft.Practices.CompositeUI.WinForms Namespace