ComponentDesigner.InitializeNonDefault Method
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.
Caution
This method has been deprecated. Use InitializeExistingComponent instead. http://go.microsoft.com/fwlink/?linkid=14202
Caution
This method has been deprecated. Use InitializeExistingComponent instead. https://go.microsoft.com/fwlink/?linkid=14202
Initializes the settings for an imported component that is already initialized to settings other than the defaults.
public:
virtual void InitializeNonDefault();
public virtual void InitializeNonDefault ();
[System.Obsolete("This method has been deprecated. Use InitializeExistingComponent instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public virtual void InitializeNonDefault ();
[System.Obsolete("This method has been deprecated. Use InitializeExistingComponent instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public virtual void InitializeNonDefault ();
abstract member InitializeNonDefault : unit -> unit
override this.InitializeNonDefault : unit -> unit
[<System.Obsolete("This method has been deprecated. Use InitializeExistingComponent instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member InitializeNonDefault : unit -> unit
override this.InitializeNonDefault : unit -> unit
[<System.Obsolete("This method has been deprecated. Use InitializeExistingComponent instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member InitializeNonDefault : unit -> unit
override this.InitializeNonDefault : unit -> unit
Public Overridable Sub InitializeNonDefault ()
- Attributes
Remarks
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.