UIContextGuids80.ToolboxInitialized Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a context in which the Toolbox is being initialized.
public: System::String ^ ToolboxInitialized;
std::wstring ToolboxInitialized;
public const string ToolboxInitialized;
val mutable ToolboxInitialized : string
Public Const ToolboxInitialized As String
Field Value
Remarks
This context becomes active when the Toolbox is opened for the first time since starting Visual Studio. Once the Toolbox is initialized, this context remains active until Visual Studio exits.
The GUID for this context is: {DC5DB425-F0FD-4403-96A1-F475CDBA9EE0}
. It is defined in vsshell80.h.