ControlMutationExtensions.SuspendPainting Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Name | 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
Parametreler
- target
- ISupportSuspendPainting
Döndürülenler
Şunlara uygulanır
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
Parametreler
- target
- ISupportSuspendPainting
Döndürülenler
Şunlara uygulanır
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
Parametreler
- target
- ISupportSuspendPainting
- layoutSuspendTraversal
- LayoutSuspendTraversal