StandardToolWindows::TaskList Field

 

Gets the GUID for the task list. This field is read-only.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
static initonly Guid TaskList

Field Value

Type: System::Guid

The following code example demonstrates how to use StandardToolWindows to display a standard tool window. This code example is part of a larger example provided for the IUIService interface.

IUIService^ UIservice = dynamic_cast<IUIService^>(this->GetService( System::Windows::Forms::Design::IUIService::typeid ));
if ( UIservice != nullptr )
      UIservice->ShowToolWindow( StandardToolWindows::TaskList );

.NET Framework
Available since 1.1
Return to top
Show: