IWorkspace.ActiveSmartPart Property

The currently active smart part.

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

Syntax

'Declaration
ReadOnly Property ActiveSmartPart As Object
'Usage
Dim instance As IWorkspace
Dim value As Object

value = instance.ActiveSmartPart
Object ActiveSmartPart { get; }
property Object^ ActiveSmartPart {
    Object^ get ();
}
/** @property */
Object get_ActiveSmartPart ()
function get ActiveSmartPart () : Object

See Also

Reference

IWorkspace Interface
IWorkspace Members
Microsoft.Practices.CompositeUI.SmartParts Namespace