Note: This API is now obsolete.
Initializes the settings for an imported component that is already initialized to settings other than the defaults.
Assembly: System.Design (in System.Design.dll)
<[%$TOPIC/d3ysw4z3_en-us_VS_110_1_0_0_0_0%]("This method has been deprecated. Use InitializeExistingComponent instead. http://go.microsoft.com/fwlink/?linkid=14202")> _
Public Overridable Sub InitializeNonDefault
[[%$TOPIC/d3ysw4z3_en-us_VS_110_1_0_1_0_0%]("This method has been deprecated. Use InitializeExistingComponent instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public virtual void InitializeNonDefault()
[[%$TOPIC/d3ysw4z3_en-us_VS_110_1_0_2_0_0%](L"This method has been deprecated. Use InitializeExistingComponent instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public:
virtual void InitializeNonDefault()
[<[%$TOPIC/d3ysw4z3_en-us_VS_110_1_0_3_0_0%]("This method has been deprecated. Use InitializeExistingComponent instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract InitializeNonDefault : unit -> unit
[<[%$TOPIC/d3ysw4z3_en-us_VS_110_1_0_3_0_1%]("This method has been deprecated. Use InitializeExistingComponent instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
override InitializeNonDefault : unit -> unit
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.
.NET Framework
Supported in: 1.1, 1.0Obsolete (compiler warning) in 4.5
Obsolete (compiler warning) in 4
Obsolete (compiler warning) in 3.5
Obsolete (compiler warning) in 3.5 SP1
Obsolete (compiler warning) in 3.0
Obsolete (compiler warning) in 3.0 SP1
Obsolete (compiler warning) in 3.0 SP2
Obsolete (compiler warning) in 2.0
Obsolete (compiler warning) in 2.0 SP1
Obsolete (compiler warning) in 2.0 SP2
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.