Share via


ZoneWorkspace.SmartParts Property

See SmartParts for more information.

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

Syntax

'Declaration
Public ReadOnly Property SmartParts As ReadOnlyCollection(Of Object)
'Usage
Dim instance As ZoneWorkspace
Dim value As ReadOnlyCollection(Of Object)

value = instance.SmartParts
public ReadOnlyCollection<Object> SmartParts { get; }
public:
virtual property ReadOnlyCollection<Object^>^ SmartParts {
    ReadOnlyCollection<Object^>^ get () sealed;
}
/** @property */
public final ReadOnlyCollection<Object> get_SmartParts ()
public final function get SmartParts () : ReadOnlyCollection<Object>

See Also

Reference

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