ControlMutationExtensions.SuspendPainting Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Descrição |
|---|---|
| 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
Devoluções
Aplica-se 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
Devoluções
Aplica-se 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