ComponentDesigner.InitializeNonDefault Method
.NET Framework 2.0
NOTE: This method is now obsolete.
Initializes the settings for an imported component that is already initialized to settings other than the defaults. Namespace: System.ComponentModel.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"This method has been deprecated. Use InitializeExistingComponent instead. http://go.microsoft.com/fwlink/?linkid=14202")] public: virtual void InitializeNonDefault ()
/** @attribute ObsoleteAttribute("This method has been deprecated. Use InitializeExistingComponent instead. http://go.microsoft.com/fwlink/?linkid=14202") */
public void InitializeNonDefault ()
ObsoleteAttribute("This method has been deprecated. Use InitializeExistingComponent instead. http://go.microsoft.com/fwlink/?linkid=14202") public function InitializeNonDefault ()
Not applicable.
This method is called when the designer is associated with a control that is not in its default state, such as a control that you paste or move with a drag-and-drop operation onto the designer. This method provides an opportunity for implementers to modify or shadow the properties of the component rather than initialize the properties for the component to their defaults. This method is called after the other initialization functions.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: