ControlDesigner.RaiseResizeEvent Metodo

Definizione

Attenzione

Use of this method is not recommended because resizing is handled by the OnComponentChanged() method. http://go.microsoft.com/fwlink/?linkid=14202

Genera l'evento OnControlResize().

public:
 void RaiseResizeEvent();
public void RaiseResizeEvent ();
[System.Obsolete("Use of this method is not recommended because resizing is handled by the OnComponentChanged() method. http://go.microsoft.com/fwlink/?linkid=14202")]
public void RaiseResizeEvent ();
member this.RaiseResizeEvent : unit -> unit
[<System.Obsolete("Use of this method is not recommended because resizing is handled by the OnComponentChanged() method. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.RaiseResizeEvent : unit -> unit
Public Sub RaiseResizeEvent ()
Attributi

Commenti

Il RaiseResizeEvent metodo è obsoleto e non esiste una sostituzione per questa funzionalità.

Si applica a

Vedi anche