ControlMutationExtensions.SuspendPainting Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| SuspendPainting(ISupportSuspendPainting) | |
| SuspendPainting(ISupportSuspendPainting, Func<Control,Boolean>) | |
| SuspendPainting(ISupportSuspendPainting, LayoutSuspendTraversal) |
SuspendPainting(ISupportSuspendPainting)
public:
[System::Runtime::CompilerServices::Extension]
static IDisposable ^ SuspendPainting(System::Windows::Forms::ISupportSuspendPainting ^ target);
public static IDisposable SuspendPainting(this System.Windows.Forms.ISupportSuspendPainting target);
static member SuspendPainting : System.Windows.Forms.ISupportSuspendPainting -> IDisposable
<Extension()>
Public Function SuspendPainting (target As ISupportSuspendPainting) As IDisposable
Parámetros
- target
- ISupportSuspendPainting
Devoluciones
Se aplica a
SuspendPainting(ISupportSuspendPainting, Func<Control,Boolean>)
public:
[System::Runtime::CompilerServices::Extension]
static IDisposable ^ SuspendPainting(System::Windows::Forms::ISupportSuspendPainting ^ target, Func<System::Windows::Forms::Control ^, bool> ^ suspendLayoutContainerFilter);
public static IDisposable SuspendPainting(this System.Windows.Forms.ISupportSuspendPainting target, Func<System.Windows.Forms.Control,bool> suspendLayoutContainerFilter);
static member SuspendPainting : System.Windows.Forms.ISupportSuspendPainting * Func<System.Windows.Forms.Control, bool> -> IDisposable
<Extension()>
Public Function SuspendPainting (target As ISupportSuspendPainting, suspendLayoutContainerFilter As Func(Of Control, Boolean)) As IDisposable
Parámetros
- target
- ISupportSuspendPainting
Devoluciones
Se aplica a
SuspendPainting(ISupportSuspendPainting, LayoutSuspendTraversal)
public:
[System::Runtime::CompilerServices::Extension]
static IDisposable ^ SuspendPainting(System::Windows::Forms::ISupportSuspendPainting ^ target, System::Windows::Forms::LayoutSuspendTraversal layoutSuspendTraversal);
public static IDisposable SuspendPainting(this System.Windows.Forms.ISupportSuspendPainting target, System.Windows.Forms.LayoutSuspendTraversal layoutSuspendTraversal);
static member SuspendPainting : System.Windows.Forms.ISupportSuspendPainting * System.Windows.Forms.LayoutSuspendTraversal -> IDisposable
<Extension()>
Public Function SuspendPainting (target As ISupportSuspendPainting, layoutSuspendTraversal As LayoutSuspendTraversal) As IDisposable
Parámetros
- target
- ISupportSuspendPainting
- layoutSuspendTraversal
- LayoutSuspendTraversal