Klasa DataRepeater

Wyświetla dane w formacie listy można dostosować.

Hierarchia dziedziczenia

Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          ContainerControl
            Microsoft.VisualBasic.PowerPacks.DataRepeater

Przestrzeń nazw:  Microsoft.VisualBasic.PowerPacks
Zestaw:  Microsoft.VisualBasic.PowerPacks.Vs (w Microsoft.VisualBasic.PowerPacks.Vs.dll)

Składnia

'Deklaracja
<ComplexBindingPropertiesAttribute("DataSource", "DataMember")> _
<DefaultBindingPropertyAttribute("")> _
<ToolboxBitmapAttribute(GetType(DataRepeater), "Microsoft.VisualBasic.PowerPacks.DataRepeater.bmp")> _
<DockingAttribute(DockingBehavior.Ask)> _
Public Class DataRepeater _
    Inherits ContainerControl
[ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
[DefaultBindingPropertyAttribute("")]
[ToolboxBitmapAttribute(typeof(DataRepeater), "Microsoft.VisualBasic.PowerPacks.DataRepeater.bmp")]
[DockingAttribute(DockingBehavior.Ask)]
public class DataRepeater : ContainerControl
[ComplexBindingPropertiesAttribute(L"DataSource", L"DataMember")]
[DefaultBindingPropertyAttribute(L"")]
[ToolboxBitmapAttribute(typeof(DataRepeater), L"Microsoft.VisualBasic.PowerPacks.DataRepeater.bmp")]
[DockingAttribute(DockingBehavior::Ask)]
public ref class DataRepeater : public ContainerControl
[<ComplexBindingPropertiesAttribute("DataSource", "DataMember")>]
[<DefaultBindingPropertyAttribute("")>]
[<ToolboxBitmapAttribute(typeof(DataRepeater), "Microsoft.VisualBasic.PowerPacks.DataRepeater.bmp")>]
[<DockingAttribute(DockingBehavior.Ask)>]
type DataRepeater =  
    class 
        inherit ContainerControl 
    end
public class DataRepeater extends ContainerControl

Typ DataRepeater uwidacznia następujące elementy członkowskie.

Konstruktorzy

  Nazwa Opis
Metoda publiczna DataRepeater Inicjuje nowe wystąpienia DataRepeater klasy.

Początek

Właściwości

  Nazwa Opis
Właściwość publiczna AccessibilityObject Gets the AccessibleObject assigned to the control. (Odziedziczone z Control).
Właściwość publiczna AccessibleDefaultActionDescription Gets or sets the default action description of the control for use by accessibility client applications. (Odziedziczone z Control).
Właściwość publiczna AccessibleDescription Gets or sets the description of the control used by accessibility client applications. (Odziedziczone z Control).
Właściwość publiczna AccessibleName Gets or sets the name of the control used by accessibility client applications. (Odziedziczone z Control).
Właściwość publiczna AccessibleRole Gets or sets the accessible role of the control (Odziedziczone z Control).
Właściwość publiczna ActiveControl Gets or sets the active control on the container control. (Odziedziczone z ContainerControl).
Właściwość publiczna AllowDrop Gets or sets a value indicating whether the control can accept data that the user drags onto it. (Odziedziczone z Control).
Właściwość publiczna AllowUserToAddItems Pobiera lub ustawia wartość określającą, czy użytkownicy mogą dodawać nowy wiersz do DataRepeater w czasie wykonywania.
Właściwość publiczna AllowUserToDeleteItems Pobiera lub ustawia wartość określającą, czy użytkownicy mogą usuwać wiersz z DataRepeater w czasie wykonywania.
Właściwość publiczna Anchor Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Odziedziczone z Control).
Właściwość publiczna AutoScaleDimensions Gets or sets the dimensions that the control was designed to. (Odziedziczone z ContainerControl).
Właściwość chroniona AutoScaleFactor Gets the scaling factor between the current and design-time automatic scaling dimensions. (Odziedziczone z ContainerControl).
Właściwość publiczna AutoScaleMode Gets or sets the automatic scaling mode of the control. (Odziedziczone z ContainerControl).
Właściwość publiczna AutoScroll (Zastępuje ScrollableControl.AutoScroll).
Właściwość publiczna AutoScrollMargin
Właściwość publiczna AutoScrollMinSize
Właściwość publiczna AutoScrollOffset Gets or sets where this control is scrolled to in ScrollControlIntoView. (Odziedziczone z Control).
Właściwość publiczna AutoScrollPosition Pobiera lub Ustawia lokalizację pozycji przewijania automatycznego. (Odziedziczone z ScrollableControl).
Właściwość publiczna AutoSize Infrastruktura. This property is not relevant for this class. (Odziedziczone z Control).
Właściwość publiczna AutoValidate Gets or sets a value that indicates whether controls in this container will be automatically validated when the focus changes. (Odziedziczone z ContainerControl).
Właściwość publiczna BackColor Gets or sets the background color for the control. (Odziedziczone z Control).
Właściwość publiczna BackgroundImage Gets or sets the background image displayed in the control. (Odziedziczone z Control).
Właściwość publiczna BackgroundImageLayout Gets or sets the background image layout as defined in the ImageLayout enumeration. (Odziedziczone z Control).
Właściwość publiczna BindingContext Gets or sets the BindingContext for the control. (Odziedziczone z ContainerControl).
Właściwość publiczna Bottom Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Odziedziczone z Control).
Właściwość publiczna Bounds Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Odziedziczone z Control).
Właściwość chroniona CanEnableIme Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Odziedziczone z ContainerControl).
Właściwość publiczna CanFocus Gets a value indicating whether the control can receive focus. (Odziedziczone z Control).
Właściwość chroniona CanRaiseEvents Determines if events can be raised on the control. (Odziedziczone z Control).
Właściwość publiczna CanSelect Gets a value indicating whether the control can be selected. (Odziedziczone z Control).
Właściwość publiczna Capture Gets or sets a value indicating whether the control has captured the mouse. (Odziedziczone z Control).
Właściwość publiczna CausesValidation Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Odziedziczone z Control).
Właściwość publiczna ClientRectangle Gets the rectangle that represents the client area of the control. (Odziedziczone z Control).
Właściwość publiczna ClientSize Gets or sets the height and width of the client area of the control. (Odziedziczone z Control).
Właściwość publiczna CompanyName Gets the name of the company or creator of the application containing the control. (Odziedziczone z Control).
Właściwość publiczna Container Pobiera IContainer , która zawiera Component. (Odziedziczone z Component).
Właściwość publiczna ContainsFocus Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (Odziedziczone z Control).
Właściwość publiczna ContextMenu Gets or sets the shortcut menu associated with the control. (Odziedziczone z Control).
Właściwość publiczna ContextMenuStrip Gets or sets the ContextMenuStrip associated with this control. (Odziedziczone z Control).
Właściwość publiczna Controls Gets the collection of controls contained within the control. (Odziedziczone z Control).
Właściwość publiczna Created Gets a value indicating whether the control has been created. (Odziedziczone z Control).
Właściwość chroniona CreateParams Infrastruktura. Ten element członkowski zastępuje CreateParams. (Zastępuje ContainerControl.CreateParams).
Właściwość publiczna CurrentAutoScaleDimensions Gets the current run-time dimensions of the screen. (Odziedziczone z ContainerControl).
Właściwość publiczna CurrentItem Pobiera bieżący DataRepeaterItem w DataRepeater kontroli.
Właściwość publiczna CurrentItemIndex Pobiera lub ustawia bieżący DataRepeaterItem w DataRepeater kontroli.
Właściwość publiczna Cursor Gets or sets the cursor that is displayed when the mouse pointer is over the control. (Odziedziczone z Control).
Właściwość publiczna DataBindings Gets the data bindings for the control. (Odziedziczone z Control).
Właściwość publiczna DataMember Pobiera lub ustawia nazwę listy lub tabeli w źródle danych, dla którego DataRepeater wyświetla dane.
Właściwość publiczna DataSource Pobiera lub ustawia źródło danych, dla którego DataRepeater wyświetla dane.
Właściwość chroniona DefaultCursor Gets or sets the default cursor for the control. (Odziedziczone z Control).
Właściwość chroniona DefaultImeMode Gets the default Input Method Editor (IME) mode supported by the control. (Odziedziczone z Control).
Właściwość chroniona DefaultMargin Gets the space, in pixels, that is specified by default between controls. (Odziedziczone z Control).
Właściwość chroniona DefaultMaximumSize Gets the length and height, in pixels, that is specified as the default maximum size of a control. (Odziedziczone z Control).
Właściwość chroniona DefaultMinimumSize Gets the length and height, in pixels, that is specified as the default minimum size of a control. (Odziedziczone z Control).
Właściwość chroniona DefaultPadding Infrastruktura. Ten element członkowski zastępuje DefaultPadding właściwości. (Zastępuje Control.DefaultPadding).
Właściwość chroniona DefaultSize Gets the default size of the control. (Odziedziczone z Control).
Właściwość chroniona DesignMode Pobiera wartość, która wskazuje, czy Component jest obecnie w trybie projektowania. (Odziedziczone z Component).
Właściwość publiczna DisplayedItemCount Pobiera liczbę DataRepeaterItem elementy, które mają być widoczne w DataRepeater kontroli, opcjonalnie w tym częściowo wyświetlane elementy.
Właściwość publiczna DisplayRectangle Pobiera prostokąt, który reprezentuje obszar wyświetlania wirtualnego formantu. (Odziedziczone z ScrollableControl).
Właściwość publiczna Disposing Gets a value indicating whether the base Control class is in the process of disposing. (Odziedziczone z Control).
Właściwość publiczna Dock Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Odziedziczone z Control).
Właściwość publiczna DockPadding Pobiera ustawienia dopełnienia stacji dokującej dla wszystkich krawędzi formantu. (Odziedziczone z ScrollableControl).
Właściwość chroniona DoubleBuffered Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Odziedziczone z Control).
Właściwość publiczna Enabled Gets or sets a value indicating whether the control can respond to user interaction. (Odziedziczone z Control).
Właściwość chroniona Events Pobiera listę programów obsługi zdarzeń, które są dołączone do tego Component. (Odziedziczone z Component).
Właściwość publiczna FirstDisplayedItemIndex Pobiera indeks pierwszego aktualnie wyświetlany DataRepeaterItem w DataRepeater kontroli.
Właściwość publiczna Focused Gets a value indicating whether the control has input focus. (Odziedziczone z Control).
Właściwość publiczna Font Gets or sets the font of the text displayed by the control. (Odziedziczone z Control).
Właściwość chroniona FontHeight Gets or sets the height of the font of the control. (Odziedziczone z Control).
Właściwość publiczna ForeColor Gets or sets the foreground color of the control. (Odziedziczone z Control).
Właściwość publiczna Handle Gets the window handle that the control is bound to. (Odziedziczone z Control).
Właściwość publiczna HasChildren Gets a value indicating whether the control contains one or more child controls. (Odziedziczone z Control).
Właściwość publiczna Height Gets or sets the height of the control. (Odziedziczone z Control).
Właściwość publiczna HorizontalScroll Pobiera właściwości związane z poziomego paska przewijania. (Odziedziczone z ScrollableControl).
Właściwość chroniona HScroll Pobiera lub ustawia wartość wskazującą, czy jest widoczny pasek przewijania poziomego. (Odziedziczone z ScrollableControl).
Właściwość publiczna ImeMode Gets or sets the Input Method Editor (IME) mode of the control. (Odziedziczone z Control).
Właściwość chroniona ImeModeBase Gets or sets the IME mode of a control. (Odziedziczone z Control).
Właściwość publiczna InvokeRequired Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (Odziedziczone z Control).
Właściwość publiczna IsAccessible Gets or sets a value indicating whether the control is visible to accessibility applications. (Odziedziczone z Control).
Właściwość publiczna IsCurrentItemDirty Pobiera wartość, która określa, czy dane DataRepeaterItem w DataRepeater kontroli została zmieniona przez użytkownika.
Właściwość publiczna IsDisposed Gets a value indicating whether the control has been disposed of. (Odziedziczone z Control).
Właściwość publiczna IsHandleCreated Gets a value indicating whether the control has a handle associated with it. (Odziedziczone z Control).
Właściwość publiczna IsMirrored Gets a value indicating whether the control is mirrored. (Odziedziczone z Control).
Właściwość publiczna ItemCount Pobiera lub ustawia liczbę DataRepeaterItem elementów, które znajdują się w DataRepeater kontroli.
Właściwość publiczna ItemHeaderSize Pobiera lub ustawia rozmiar nagłówka elementu w DataRepeater kontroli.
Właściwość publiczna ItemHeaderVisible Pobiera lub ustawia wartość określającą, czy element nagłówki są wyświetlane w DataRepeater kontroli.
Właściwość publiczna ItemTemplate Pobiera szablon, który reprezentuje DataRepeaterItem dla DataRepeater kontroli.
Właściwość publiczna LayoutEngine Gets a cached instance of the control's layout engine. (Odziedziczone z Control).
Właściwość publiczna LayoutStyle Pobiera lub ustawia wartość, która określa, czy DataRepeater kontroli pojawi się w orientacji pionowej lub poziomej.
Właściwość publiczna Left Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (Odziedziczone z Control).
Właściwość publiczna Location Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Odziedziczone z Control).
Właściwość publiczna Margin Gets or sets the space between controls. (Odziedziczone z Control).
Właściwość publiczna MaximumSize Gets or sets the size that is the upper limit that GetPreferredSize can specify. (Odziedziczone z Control).
Właściwość publiczna MinimumSize Gets or sets the size that is the lower limit that GetPreferredSize can specify. (Odziedziczone z Control).
Właściwość publiczna Name Gets or sets the name of the control. (Odziedziczone z Control).
Właściwość publiczna Padding Gets or sets padding within the control. (Odziedziczone z Control).
Właściwość publiczna Parent Gets or sets the parent container of the control. (Odziedziczone z Control).
Właściwość publiczna ParentForm Gets the form that the container control is assigned to. (Odziedziczone z ContainerControl).
Właściwość publiczna PreferredSize Gets the size of a rectangular area into which the control can fit. (Odziedziczone z Control).
Właściwość publiczna ProductName Gets the product name of the assembly containing the control. (Odziedziczone z Control).
Właściwość publiczna ProductVersion Gets the version of the assembly containing the control. (Odziedziczone z Control).
Właściwość publiczna RecreatingHandle Gets a value indicating whether the control is currently re-creating its handle. (Odziedziczone z Control).
Właściwość publiczna Region Gets or sets the window region associated with the control. (Odziedziczone z Control).
Właściwość chroniona RenderRightToLeft Nieaktualne. This property is now obsolete. (Odziedziczone z Control).
Właściwość chroniona ResizeRedraw Gets or sets a value indicating whether the control redraws itself when resized. (Odziedziczone z Control).
Właściwość publiczna Right Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Odziedziczone z Control).
Właściwość publiczna RightToLeft Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Odziedziczone z Control).
Właściwość chroniona ScaleChildren Gets a value that determines the scaling of child controls. (Odziedziczone z Control).
Właściwość publiczna SelectionColor Pobiera lub ustawia kolor, który jest wyświetlany w nagłówku elementu DataRepeater kontrolować, gdy pierwszy element jest wybrany.
Właściwość chroniona ShowFocusCues Gets a value indicating whether the control should display focus rectangles. (Odziedziczone z Control).
Właściwość chroniona ShowKeyboardCues Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (Odziedziczone z Control).
Właściwość publiczna Site Gets or sets the site of the control. (Odziedziczone z Control).
Właściwość publiczna Size Gets or sets the height and width of the control. (Odziedziczone z Control).
Właściwość publiczna TabIndex Gets or sets the tab order of the control within its container. (Odziedziczone z Control).
Właściwość publiczna TabStop Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Odziedziczone z Control).
Właściwość publiczna Tag Gets or sets the object that contains data about the control. (Odziedziczone z Control).
Właściwość publiczna Text Gets or sets the text associated with this control. (Odziedziczone z Control).
Właściwość publiczna Top Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (Odziedziczone z Control).
Właściwość publiczna TopLevelControl Gets the parent control that is not parented by another Windows Forms control.Typically, this is the outermost Form that the control is contained in. (Odziedziczone z Control).
Właściwość publiczna UseWaitCursor Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Odziedziczone z Control).
Właściwość publiczna VerticalScroll Pobiera właściwości związane z pionowego paska przewijania. (Odziedziczone z ScrollableControl).
Właściwość publiczna VirtualMode Pobiera lub ustawia wartość wskazującą, czy podano własne operacje zarządzania danymi dla DataRepeater kontroli.
Właściwość publiczna Visible Gets or sets a value indicating whether the control and all its child controls are displayed. (Odziedziczone z Control).
Właściwość chroniona VScroll Pobiera lub ustawia wartość wskazującą, czy jest widoczny pasek przewijania pionowego. (Odziedziczone z ScrollableControl).
Właściwość publiczna Width Gets or sets the width of the control. (Odziedziczone z Control).
Właściwość publiczna WindowTarget Infrastruktura. This property is not relevant for this class. (Odziedziczone z Control).

Początek

Metody

  Nazwa Opis
Metoda chroniona AccessibilityNotifyClients(AccessibleEvents, Int32) Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control. (Odziedziczone z Control).
Metoda chroniona AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control . (Odziedziczone z Control).
Metoda publiczna AddNew Dodaje nowy DataRepeaterItem do DataRepeater kontroli.
Metoda chroniona AdjustFormScrollbars Infrastruktura. Dostosowuje paski przewijania na kontenera na podstawie bieżącej pozycji kontroli i aktualnie zaznaczonym formancie. (Odziedziczone z ContainerControl).
Metoda publiczna BeginInvoke(Delegate) Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Odziedziczone z Control).
Metoda publiczna BeginInvoke(Delegate, Object) Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. (Odziedziczone z Control).
Metoda publiczna BeginResetItemTemplate Rozpoczyna się blok kodu, który umożliwia zresetowanie ItemTemplate dla DataRepeater kontroli.
Metoda publiczna BringToFront Brings the control to the front of the z-order. (Odziedziczone z Control).
Metoda publiczna CancelEdit Umożliwia użytkownikom Anuluj edycję do bieżącego formantu podrzędnych w bieżącym DataRepeaterItem.
Metoda publiczna Contains Retrieves a value indicating whether the specified control is a child of the control. (Odziedziczone z Control).
Metoda chroniona CreateAccessibilityInstance Tworzy nowy obiekt ułatwień dostępu dla DataRepeater kontroli. (Zastępuje Control.CreateAccessibilityInstance).
Metoda publiczna CreateControl Forces the creation of the visible control, including the creation of the handle and any visible child controls. (Odziedziczone z Control).
Metoda chroniona CreateControlsInstance Infrastruktura. Ten element członkowski zastępuje CreateControlsInstance metody. (Zastępuje Control.CreateControlsInstance).
Metoda publiczna CreateGraphics Creates the Graphics for the control. (Odziedziczone z Control).
Metoda chroniona CreateHandle Creates a handle for the control. (Odziedziczone z Control).
Metoda publiczna CreateObjRef Krytyczny pod względem zabezpieczeń Tworzy obiekt, który zawiera wszystkie istotne informacje wymagane do wygenerowania serwera proxy, używany do komunikowania się z obiektem zdalnym. (Odziedziczone z MarshalByRefObject).
Metoda chroniona DefWndProc Sends the specified message to the default window procedure. (Odziedziczone z Control).
Metoda chroniona DestroyHandle Destroys the handle associated with the control. (Odziedziczone z Control).
Metoda publiczna Dispose Zwalnia wszystkie zasoby używane przez Component. (Odziedziczone z Component).
Metoda chroniona Dispose(Boolean) Releases the unmanaged resources used by the Control and its child controls and optionally releases the managed resources. (Odziedziczone z ContainerControl).
Metoda publiczna DoDragDrop Begins a drag-and-drop operation. (Odziedziczone z Control).
Metoda publiczna DrawToBitmap Supports rendering to the specified bitmap. (Odziedziczone z Control).
Metoda publiczna EndInvoke Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Odziedziczone z Control).
Metoda publiczna EndResetItemTemplate Kończy blok kodu, który umożliwia zresetowanie ItemTemplate dla DataRepeater kontroli.
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda chroniona Finalize Zwalnia zasoby niezarządzanych i wykonuje inne czynności oczyszczania przed Component odzyskane w procesie wyrzucania elementów bezużytecznych. (Odziedziczone z Component).
Metoda publiczna FindForm Retrieves the form that the control is on. (Odziedziczone z Control).
Metoda publiczna Focus Sets input focus to the control. (Odziedziczone z Control).
Metoda chroniona GetAccessibilityObjectById Retrieves the specified AccessibleObject. (Odziedziczone z Control).
Metoda chroniona GetAutoSizeMode Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (Odziedziczone z Control).
Metoda publiczna GetChildAtPoint(Point) Retrieves the child control that is located at the specified coordinates. (Odziedziczone z Control).
Metoda publiczna GetChildAtPoint(Point, GetChildAtPointSkip) Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Odziedziczone z Control).
Metoda publiczna GetContainerControl Returns the next ContainerControl up the control's chain of parent controls. (Odziedziczone z Control).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetLifetimeService Krytyczny pod względem zabezpieczeń Pobiera obiekt usługi bieżącego okresu istnienia, który kontroluje politykę okres istnienia dla tego wystąpienia. (Odziedziczone z MarshalByRefObject).
Metoda publiczna GetNextControl Retrieves the next control forward or back in the tab order of child controls. (Odziedziczone z Control).
Metoda publiczna GetPreferredSize Retrieves the size of a rectangular area into which a control can be fitted. (Odziedziczone z Control).
Metoda chroniona GetScaledBounds Retrieves the bounds within which the control is scaled. (Odziedziczone z Control).
Metoda chroniona GetScrollState Określa, czy ustawiono wartość określonej flagi. (Odziedziczone z ScrollableControl).
Metoda chroniona GetService Zwraca obiekt, który reprezentuje usługę świadczoną przez Component lub przez jego Container. (Odziedziczone z Component).
Metoda chroniona GetStyle Retrieves the value of the specified control style bit for the control. (Odziedziczone z Control).
Metoda chroniona GetTopLevel Determines if the control is a top-level control. (Odziedziczone z Control).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda publiczna Hide Conceals the control from the user. (Odziedziczone z Control).
Metoda publiczna InitializeLifetimeService Krytyczny pod względem zabezpieczeń Uzyskuje obiekt usługi istnienia kontroli zasad okres istnienia dla tego wystąpienia. (Odziedziczone z MarshalByRefObject).
Metoda chroniona InitLayout Called after the control has been added to another container. (Odziedziczone z Control).
Metoda publiczna Invalidate Invalidates the entire surface of the control and causes the control to be redrawn. (Odziedziczone z Control).
Metoda publiczna Invalidate(Region) Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Odziedziczone z Control).
Metoda publiczna Invalidate(Boolean) Invalidates a specific region of the control and causes a paint message to be sent to the control.Optionally, invalidates the child controls assigned to the control. (Odziedziczone z Control).
Metoda publiczna Invalidate(Rectangle) Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Odziedziczone z Control).
Metoda publiczna Invalidate(Region, Boolean) Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.Optionally, invalidates the child controls assigned to the control. (Odziedziczone z Control).
Metoda publiczna Invalidate(Rectangle, Boolean) Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.Optionally, invalidates the child controls assigned to the control. (Odziedziczone z Control).
Metoda publiczna Invoke(Delegate) Executes the specified delegate on the thread that owns the control's underlying window handle. (Odziedziczone z Control).
Metoda publiczna Invoke(Delegate, Object) Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments. (Odziedziczone z Control).
Metoda chroniona InvokeGotFocus Raises the GotFocus event for the specified control. (Odziedziczone z Control).
Metoda chroniona InvokeLostFocus Raises the LostFocus event for the specified control. (Odziedziczone z Control).
Metoda chroniona InvokeOnClick Raises the Click event for the specified control. (Odziedziczone z Control).
Metoda chroniona InvokePaint Raises the Paint event for the specified control. (Odziedziczone z Control).
Metoda chroniona InvokePaintBackground Raises the PaintBackground event for the specified control. (Odziedziczone z Control).
Metoda chroniona IsInputChar Determines if a character is an input character that the control recognizes. (Odziedziczone z Control).
Metoda chroniona IsInputKey Determines whether the specified key is a regular input key or a special key that requires preprocessing. (Odziedziczone z Control).
Metoda chroniona MemberwiseClone Creates a shallow copy of the current Object. (Odziedziczone z Object).
Metoda chroniona MemberwiseClone(Boolean) Powoduje utworzenie kopii shallow bieżącego MarshalByRefObject obiektu. (Odziedziczone z MarshalByRefObject).
Metoda chroniona NotifyInvalidate Infrastruktura. Raises the Invalidated event with a specified region of the control to invalidate. (Odziedziczone z Control).
Metoda chroniona OnAllowUserToAddItemsChanged Uruchamia AllowUserToAddItemsChanged zdarzenia.
Metoda chroniona OnAllowUserToDeleteItemsChanged Uruchamia AllowUserToDeleteItemsChanged zdarzenia.
Metoda chroniona OnAutoSizeChanged Raises the AutoSizeChanged event. (Odziedziczone z Control).
Metoda chroniona OnAutoValidateChanged Raises the AutoValidateChanged event. (Odziedziczone z ContainerControl).
Metoda chroniona OnBackColorChanged Raises the BackColorChanged event. (Odziedziczone z Control).
Metoda chroniona OnBackgroundImageChanged Raises the BackgroundImageChanged event. (Odziedziczone z Control).
Metoda chroniona OnBackgroundImageLayoutChanged Raises the BackgroundImageLayoutChanged event. (Odziedziczone z Control).
Metoda chroniona OnBindingContextChanged Raises the BindingContextChanged event. (Odziedziczone z Control).
Metoda chroniona OnCausesValidationChanged Raises the CausesValidationChanged event. (Odziedziczone z Control).
Metoda chroniona OnChangeUICues Raises the ChangeUICues event. (Odziedziczone z Control).
Metoda chroniona OnClick Raises the Click event. (Odziedziczone z Control).
Metoda chroniona OnClientSizeChanged Uruchamia ClientSizeChanged zdarzenia. (Zastępuje Control.OnClientSizeChanged(EventArgs)).
Metoda chroniona OnContextMenuChanged Raises the ContextMenuChanged event. (Odziedziczone z Control).
Metoda chroniona OnContextMenuStripChanged Raises the ContextMenuStripChanged event. (Odziedziczone z Control).
Metoda chroniona OnControlAdded Raises the ControlAdded event. (Odziedziczone z Control).
Metoda chroniona OnControlRemoved Raises the ControlRemoved event. (Odziedziczone z Control).
Metoda chroniona OnCreateControl Uruchamia CreateControl metody. (Zastępuje ContainerControl.OnCreateControl).
Metoda chroniona OnCurrentItemIndexChanged Uruchamia CurrentItemIndexChanged zdarzenia.
Metoda chroniona OnCursorChanged Raises the CursorChanged event. (Odziedziczone z Control).
Metoda chroniona OnDataError Uruchamia DataError zdarzenia.
Metoda chroniona OnDataMemberChanged Uruchamia DataMemberChanged zdarzenia.
Metoda chroniona OnDataSourceChanged Uruchamia DataSourceChanged zdarzenia.
Metoda chroniona OnDeletingItems Uruchamia DeletingItems zdarzenia.
Metoda chroniona OnDockChanged Raises the DockChanged event. (Odziedziczone z Control).
Metoda chroniona OnDoubleClick Raises the DoubleClick event. (Odziedziczone z Control).
Metoda chroniona OnDragDrop Raises the DragDrop event. (Odziedziczone z Control).
Metoda chroniona OnDragEnter Raises the DragEnter event. (Odziedziczone z Control).
Metoda chroniona OnDragLeave Raises the DragLeave event. (Odziedziczone z Control).
Metoda chroniona OnDragOver Raises the DragOver event. (Odziedziczone z Control).
Metoda chroniona OnDrawItem Uruchamia DrawItem zdarzenia.
Metoda chroniona OnEnabledChanged Raises the EnabledChanged event. (Odziedziczone z Control).
Metoda chroniona OnEnter Raises the Enter event. (Odziedziczone z Control).
Metoda chroniona OnFontChanged Raises the FontChanged event. (Odziedziczone z ContainerControl).
Metoda chroniona OnForeColorChanged Raises the ForeColorChanged event. (Odziedziczone z Control).
Metoda chroniona OnGiveFeedback Raises the GiveFeedback event. (Odziedziczone z Control).
Metoda chroniona OnGotFocus Raises the GotFocus event. (Odziedziczone z Control).
Metoda chroniona OnHandleCreated Raises the HandleCreated event. (Odziedziczone z Control).
Metoda chroniona OnHandleDestroyed Raises the HandleDestroyed event. (Odziedziczone z Control).
Metoda chroniona OnHelpRequested Raises the HelpRequested event. (Odziedziczone z Control).
Metoda chroniona OnImeModeChanged Raises the ImeModeChanged event. (Odziedziczone z Control).
Metoda chroniona OnInvalidated Raises the Invalidated event. (Odziedziczone z Control).
Metoda chroniona OnItemCloned Uruchamia ItemCloned zdarzenia.
Metoda chroniona OnItemCloning Uruchamia ItemCloning zdarzenia.
Metoda chroniona OnItemHeaderVisibleChanged Uruchamia ItemHeaderVisibleChanged zdarzenia.
Metoda chroniona OnItemsAdded Uruchamia ItemsAdded zdarzenia.
Metoda chroniona OnItemsRemoved Uruchamia ItemsRemoved zdarzenia.
Metoda chroniona OnItemValueNeeded Uruchamia ItemValueNeeded zdarzenia.
Metoda chroniona OnItemValuePushed Uruchamia ItemValuePushed zdarzenia.
Metoda chroniona OnKeyDown Uruchamia KeyDown zdarzenia. (Zastępuje Control.OnKeyDown(KeyEventArgs)).
Metoda chroniona OnKeyPress Raises the KeyPress event. (Odziedziczone z Control).
Metoda chroniona OnKeyUp Raises the KeyUp event. (Odziedziczone z Control).
Metoda chroniona OnLayout Raises the Layout event. (Odziedziczone z ContainerControl).
Metoda chroniona OnLayoutStyleChanged Uruchamia LayoutStyleChanged zdarzeń
Metoda chroniona OnLeave Raises the Leave event. (Odziedziczone z Control).
Metoda chroniona OnLocationChanged Raises the LocationChanged event. (Odziedziczone z Control).
Metoda chroniona OnLostFocus Raises the LostFocus event. (Odziedziczone z Control).
Metoda chroniona OnMarginChanged Raises the MarginChanged event. (Odziedziczone z Control).
Metoda chroniona OnMouseCaptureChanged Raises the MouseCaptureChanged event. (Odziedziczone z Control).
Metoda chroniona OnMouseClick Raises the MouseClick event. (Odziedziczone z Control).
Metoda chroniona OnMouseDoubleClick Raises the MouseDoubleClick event. (Odziedziczone z Control).
Metoda chroniona OnMouseDown Uruchamia MouseDown zdarzenia. (Zastępuje Control.OnMouseDown(MouseEventArgs)).
Metoda chroniona OnMouseEnter Raises the MouseEnter event. (Odziedziczone z Control).
Metoda chroniona OnMouseHover Raises the MouseHover event. (Odziedziczone z Control).
Metoda chroniona OnMouseLeave Raises the MouseLeave event. (Odziedziczone z Control).
Metoda chroniona OnMouseMove Raises the MouseMove event. (Odziedziczone z Control).
Metoda chroniona OnMouseUp Raises the MouseUp event. (Odziedziczone z Control).
Metoda chroniona OnMouseWheel Uruchamia MouseWheel zdarzenia. (Zastępuje ScrollableControl.OnMouseWheel(MouseEventArgs)).
Metoda chroniona OnMove Raises the Move event. (Odziedziczone z Control).
Metoda chroniona OnNewItemNeeded Uruchamia NewItemNeeded zdarzenia.
Metoda chroniona OnNotifyMessage Notifies the control of Windows messages. (Odziedziczone z Control).
Metoda chroniona OnPaddingChanged Uruchamia PaddingChanged zdarzenia. (Zastępuje ScrollableControl.OnPaddingChanged(EventArgs)).
Metoda chroniona OnPaint Raises the Paint event. (Odziedziczone z Control).
Metoda chroniona OnPaintBackground Malowanie tła formantu. (Odziedziczone z ScrollableControl).
Metoda chroniona OnParentBackColorChanged Raises the BackColorChanged event when the BackColor property value of the control's container changes. (Odziedziczone z Control).
Metoda chroniona OnParentBackgroundImageChanged Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (Odziedziczone z Control).
Metoda chroniona OnParentBindingContextChanged Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. (Odziedziczone z Control).
Metoda chroniona OnParentChanged Raises the ParentChanged event. (Odziedziczone z ContainerControl).
Metoda chroniona OnParentCursorChanged Raises the CursorChanged event. (Odziedziczone z Control).
Metoda chroniona OnParentEnabledChanged Raises the EnabledChanged event when the Enabled property value of the control's container changes. (Odziedziczone z Control).
Metoda chroniona OnParentFontChanged Raises the FontChanged event when the Font property value of the control's container changes. (Odziedziczone z Control).
Metoda chroniona OnParentForeColorChanged Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. (Odziedziczone z Control).
Metoda chroniona OnParentRightToLeftChanged Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (Odziedziczone z Control).
Metoda chroniona OnParentVisibleChanged Raises the VisibleChanged event when the Visible property value of the control's container changes. (Odziedziczone z Control).
Metoda chroniona OnPreviewKeyDown Raises the PreviewKeyDown event. (Odziedziczone z Control).
Metoda chroniona OnPrint Raises the Paint event. (Odziedziczone z Control).
Metoda chroniona OnQueryContinueDrag Raises the QueryContinueDrag event. (Odziedziczone z Control).
Metoda chroniona OnRegionChanged Raises the RegionChanged event. (Odziedziczone z Control).
Metoda chroniona OnResize Raises the Resize event. (Odziedziczone z Control).
Metoda chroniona OnRightToLeftChanged Uruchamia RightToLeftChanged zdarzenia. (Zastępuje ScrollableControl.OnRightToLeftChanged(EventArgs)).
Metoda chroniona OnScroll Uruchamia Scroll zdarzenia. (Zastępuje ScrollableControl.OnScroll(ScrollEventArgs)).
Metoda chroniona OnSelectionColorChanged Uruchamia SelectionColorChanged zdarzenia.
Metoda chroniona OnSizeChanged Raises the SizeChanged event. (Odziedziczone z Control).
Metoda chroniona OnStyleChanged Raises the StyleChanged event. (Odziedziczone z Control).
Metoda chroniona OnSystemColorsChanged Raises the SystemColorsChanged event. (Odziedziczone z Control).
Metoda chroniona OnTabIndexChanged Raises the TabIndexChanged event. (Odziedziczone z Control).
Metoda chroniona OnTabStopChanged Raises the TabStopChanged event. (Odziedziczone z Control).
Metoda chroniona OnTextChanged Raises the TextChanged event. (Odziedziczone z Control).
Metoda chroniona OnUserAddedItems Uruchamia UserAddedItems zdarzenia.
Metoda chroniona OnUserDeletedItems Uruchamia UserDeletedItems zdarzenia.
Metoda chroniona OnUserDeletingItems Uruchamia UserDeletingItems zdarzenia.
Metoda chroniona OnValidated Raises the Validated event. (Odziedziczone z Control).
Metoda chroniona OnValidating (Zastępuje Control.OnValidating(CancelEventArgs)).
Metoda chroniona OnVirtualModeChanged Uruchamia VirtualModeChanged zdarzenia.
Metoda chroniona OnVisibleChanged Raises the VisibleChanged event. (Odziedziczone z ScrollableControl).
Metoda publiczna PerformAutoScale Performs scaling of the container control and its children. (Odziedziczone z ContainerControl).
Metoda publiczna PerformLayout Forces the control to apply layout logic to all its child controls. (Odziedziczone z Control).
Metoda publiczna PerformLayout(Control, String) Forces the control to apply layout logic to all its child controls. (Odziedziczone z Control).
Metoda publiczna PointToClient Computes the location of the specified screen point into client coordinates. (Odziedziczone z Control).
Metoda publiczna PointToScreen Computes the location of the specified client point into screen coordinates. (Odziedziczone z Control).
Metoda publiczna PreProcessControlMessage Preprocesses keyboard or input messages within the message loop before they are dispatched. (Odziedziczone z Control).
Metoda publiczna PreProcessMessage Preprocesses keyboard or input messages within the message loop before they are dispatched. (Odziedziczone z Control).
Metoda chroniona ProcessCmdKey Processes a command key. (Odziedziczone z ContainerControl).
Metoda chroniona ProcessDialogChar Infrastruktura. Processes a dialog character. (Odziedziczone z ContainerControl).
Metoda chroniona ProcessDialogKey Infrastruktura. Processes a dialog key. (Odziedziczone z ContainerControl).
Metoda chroniona ProcessKeyEventArgs Processes a key message and generates the appropriate control events. (Odziedziczone z Control).
Metoda chroniona ProcessKeyMessage Processes a keyboard message. (Odziedziczone z Control).
Metoda chroniona ProcessKeyPreview Previews a keyboard message. (Odziedziczone z Control).
Metoda chroniona ProcessMnemonic Infrastruktura. Processes a mnemonic character. (Odziedziczone z ContainerControl).
Metoda chroniona ProcessTabKey Infrastruktura. Ten element członkowski zastępuje ProcessTabKey metody. (Zastępuje ContainerControl.ProcessTabKey(Boolean)).
Metoda chroniona RaiseDragEvent Infrastruktura. Raises the appropriate drag event. (Odziedziczone z Control).
Metoda chroniona RaiseKeyEvent Infrastruktura. Raises the appropriate key event. (Odziedziczone z Control).
Metoda chroniona RaiseMouseEvent Infrastruktura. Raises the appropriate mouse event. (Odziedziczone z Control).
Metoda chroniona RaisePaintEvent Infrastruktura. Raises the appropriate paint event. (Odziedziczone z Control).
Metoda chroniona RecreateHandle Forces the re-creation of the handle for the control. (Odziedziczone z Control).
Metoda publiczna RectangleToClient Computes the size and location of the specified screen rectangle in client coordinates. (Odziedziczone z Control).
Metoda publiczna RectangleToScreen Computes the size and location of the specified client rectangle in screen coordinates. (Odziedziczone z Control).
Metoda publiczna Refresh Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Odziedziczone z Control).
Metoda publiczna RemoveAt Usuwa DataRepeaterItem na określonej pozycji z DataRepeater kontroli.
Metoda publiczna ResetBackColor Resets the BackColor property to its default value. (Odziedziczone z Control).
Metoda publiczna ResetBindings Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (Odziedziczone z Control).
Metoda publiczna ResetCursor Resets the Cursor property to its default value. (Odziedziczone z Control).
Metoda publiczna ResetFont Resets the Font property to its default value. (Odziedziczone z Control).
Metoda publiczna ResetForeColor Resets the ForeColor property to its default value. (Odziedziczone z Control).
Metoda publiczna ResetImeMode Resets the ImeMode property to its default value. (Odziedziczone z Control).
Metoda chroniona ResetMouseEventArgs Infrastruktura. Resets the control to handle the MouseLeave event. (Odziedziczone z Control).
Metoda publiczna ResetRightToLeft Resets the RightToLeft property to its default value. (Odziedziczone z Control).
Metoda publiczna ResetText Resets the Text property to its default value. (Odziedziczone z Control).
Metoda publiczna ResumeLayout Resumes usual layout logic. (Odziedziczone z Control).
Metoda publiczna ResumeLayout(Boolean) Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests. (Odziedziczone z Control).
Metoda chroniona RtlTranslateAlignment(HorizontalAlignment) Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Odziedziczone z Control).
Metoda chroniona RtlTranslateAlignment(LeftRightAlignment) Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Odziedziczone z Control).
Metoda chroniona RtlTranslateAlignment(ContentAlignment) Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Odziedziczone z Control).
Metoda chroniona RtlTranslateContent Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Odziedziczone z Control).
Metoda chroniona RtlTranslateHorizontal Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Odziedziczone z Control).
Metoda chroniona RtlTranslateLeftRight Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Odziedziczone z Control).
Metoda publiczna Scale(Single) Nieaktualne. Scales the control and any child controls. (Odziedziczone z Control).
Metoda publiczna Scale(SizeF) Scales the control and all child controls by the specified scaling factor. (Odziedziczone z Control).
Metoda publiczna Scale(Single, Single) Nieaktualne. Scales the entire control and any child controls. (Odziedziczone z Control).
Metoda chroniona ScaleControl Scales a control's location, size, padding and margin. (Odziedziczone z ScrollableControl).
Metoda chroniona ScaleCore This method is not relevant for this class. (Odziedziczone z ScrollableControl).
Metoda publiczna ScrollControlIntoView
Metoda publiczna ScrollItemIntoView(Int32) Przesuwa się z określonym DataRepeaterItem do widoku w DataRepeater kontroli.
Metoda publiczna ScrollItemIntoView(Int32, Boolean) Przesuwa się z określonym DataRepeaterItem do widoku w DataRepeater kontroli, opcjonalnie dostosowanie jej górnej części kontrolki.
Metoda chroniona ScrollToControl Infrastruktura. Ten element członkowski zastępuje ScrollToControl metody. (Zastępuje ScrollableControl.ScrollToControl(Control)).
Metoda publiczna Select Activates the control. (Odziedziczone z Control).
Metoda chroniona Select(Boolean, Boolean) Infrastruktura. Ten element członkowski zastępuje Select metody. (Zastępuje ContainerControl.Select(Boolean, Boolean)).
Metoda publiczna SelectNextControl Activates the next control. (Odziedziczone z Control).
Metoda publiczna SendToBack Sends the control to the back of the z-order. (Odziedziczone z Control).
Metoda publiczna SetAutoScrollMargin Ustawia rozmiar marginesów przewijania automatycznego. (Odziedziczone z ScrollableControl).
Metoda chroniona SetAutoSizeMode Sets a value indicating how a control will behave when its AutoSize property is enabled. (Odziedziczone z Control).
Metoda publiczna SetBounds(Int32, Int32, Int32, Int32) Sets the bounds of the control to the specified location and size. (Odziedziczone z Control).
Metoda publiczna SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) Sets the specified bounds of the control to the specified location and size. (Odziedziczone z Control).
Metoda chroniona SetBoundsCore Performs the work of setting the specified bounds of this control. (Odziedziczone z Control).
Metoda chroniona SetClientSizeCore Sets the size of the client area of the control. (Odziedziczone z Control).
Metoda chroniona SetDisplayRectLocation Określa położenie okna na określoną wartość. (Odziedziczone z ScrollableControl).
Metoda chroniona SetScrollState Ustawia flagę stanu określonego przewijania. (Odziedziczone z ScrollableControl).
Metoda chroniona SetStyle Sets a specified ControlStyles flag to either true or false. (Odziedziczone z Control).
Metoda chroniona SetTopLevel Sets the control as the top-level control. (Odziedziczone z Control).
Metoda chroniona SetVisibleCore Sets the control to the specified visible state. (Odziedziczone z Control).
Metoda publiczna Show Displays the control to the user. (Odziedziczone z Control).
Metoda chroniona SizeFromClientSize Determines the size of the entire control from the height and width of its client area. (Odziedziczone z Control).
Metoda publiczna SuspendLayout Temporarily suspends the layout logic for the control. (Odziedziczone z Control).
Metoda publiczna ToString Zwraca String zawierający nazwę Component, jeśli istnieje.Metoda ta nie powinna być pomijana. (Odziedziczone z Component).
Metoda publiczna Update Causes the control to redraw the invalidated regions within its client area. (Odziedziczone z Control).
Metoda chroniona UpdateBounds Updates the bounds of the control with the current size and location. (Odziedziczone z Control).
Metoda chroniona UpdateBounds(Int32, Int32, Int32, Int32) Updates the bounds of the control with the specified size and location. (Odziedziczone z Control).
Metoda chroniona UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) Updates the bounds of the control with the specified size, location, and client size. (Odziedziczone z Control).
Metoda chroniona UpdateDefaultButton When overridden by a derived class, updates which button is the default button. (Odziedziczone z ContainerControl).
Metoda chroniona UpdateStyles Forces the assigned styles to be reapplied to the control. (Odziedziczone z Control).
Metoda chroniona UpdateZOrder Updates the control in its parent's z-order. (Odziedziczone z Control).
Metoda publiczna Validate Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order. (Odziedziczone z ContainerControl).
Metoda publiczna Validate(Boolean) Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on. (Odziedziczone z ContainerControl).
Metoda publiczna ValidateChildren Causes all of the child controls within a control that support validation to validate their data. (Odziedziczone z ContainerControl).
Metoda publiczna ValidateChildren(ValidationConstraints) Causes all of the child controls within a control that support validation to validate their data. (Odziedziczone z ContainerControl).
Metoda chroniona WndProc Infrastruktura. Ten element członkowski zastępuje WndProc metody. (Zastępuje ContainerControl.WndProc(Message)).

Początek

Zdarzenia

  Nazwa Opis
Zdarzenie publiczne AllowUserToAddItemsChanged Występuje po zmianie właściwości AllowUserToAddItems.
Zdarzenie publiczne AllowUserToDeleteItemsChanged Występuje po zmianie właściwości AllowUserToDeleteItems.
Zdarzenie publiczne AutoSizeChanged Infrastruktura. This event is not relevant for this class. (Odziedziczone z Control).
Zdarzenie publiczne AutoValidateChanged Occurs when the AutoValidate property changes. (Odziedziczone z ContainerControl).
Zdarzenie publiczne BackColorChanged Occurs when the value of the BackColor property changes. (Odziedziczone z Control).
Zdarzenie publiczne BackgroundImageChanged Occurs when the value of the BackgroundImage property changes. (Odziedziczone z Control).
Zdarzenie publiczne BackgroundImageLayoutChanged Occurs when the BackgroundImageLayout property changes. (Odziedziczone z Control).
Zdarzenie publiczne BindingContextChanged Occurs when the value of the BindingContext property changes. (Odziedziczone z Control).
Zdarzenie publiczne CausesValidationChanged Occurs when the value of the CausesValidation property changes. (Odziedziczone z Control).
Zdarzenie publiczne ChangeUICues Occurs when the focus or keyboard user interface (UI) cues change. (Odziedziczone z Control).
Zdarzenie publiczne Click Occurs when the control is clicked. (Odziedziczone z Control).
Zdarzenie publiczne ClientSizeChanged Occurs when the value of the ClientSize property changes. (Odziedziczone z Control).
Zdarzenie publiczne ContextMenuChanged Occurs when the value of the ContextMenu property changes. (Odziedziczone z Control).
Zdarzenie publiczne ContextMenuStripChanged Occurs when the value of the ContextMenuStrip property changes. (Odziedziczone z Control).
Zdarzenie publiczne ControlAdded Occurs when a new control is added to the ControlCollection. (Odziedziczone z Control).
Zdarzenie publiczne ControlRemoved Occurs when a control is removed from the ControlCollection. (Odziedziczone z Control).
Zdarzenie publiczne CurrentItemIndexChanged Występuje, gdy CurrentItemIndex zmian.
Zdarzenie publiczne CursorChanged Occurs when the value of the Cursor property changes. (Odziedziczone z Control).
Zdarzenie publiczne DataError Występuje, gdy zewnętrzne analizowanie danych lub operacja sprawdzania poprawności zgłasza wyjątek, lub gdy próba przekazania danych ze źródłem danych nie powiodło się.
Zdarzenie publiczne DataMemberChanged Występuje po zmianie właściwości DataMember.
Zdarzenie publiczne DataSourceChanged Występuje, gdy DataSource jest zmieniana.
Zdarzenie publiczne DeletingItems Występuje, gdy DataRepeaterItem jest usuwana.
Zdarzenie publiczne Disposed Występuje, gdy składnik jest usuwany przez wywołanie do Dispose metody. (Odziedziczone z Component).
Zdarzenie publiczne DockChanged Occurs when the value of the Dock property changes. (Odziedziczone z Control).
Zdarzenie publiczne DoubleClick Occurs when the control is double-clicked. (Odziedziczone z Control).
Zdarzenie publiczne DragDrop Occurs when a drag-and-drop operation is completed. (Odziedziczone z Control).
Zdarzenie publiczne DragEnter Occurs when an object is dragged into the control's bounds. (Odziedziczone z Control).
Zdarzenie publiczne DragLeave Occurs when an object is dragged out of the control's bounds. (Odziedziczone z Control).
Zdarzenie publiczne DragOver Occurs when an object is dragged over the control's bounds. (Odziedziczone z Control).
Zdarzenie publiczne DrawItem Występuje, gdy DataRepeaterItem musi być rysowany.
Zdarzenie publiczne EnabledChanged Occurs when the Enabled property value has changed. (Odziedziczone z Control).
Zdarzenie publiczne Enter Occurs when the control is entered. (Odziedziczone z Control).
Zdarzenie publiczne FontChanged Occurs when the Font property value changes. (Odziedziczone z Control).
Zdarzenie publiczne ForeColorChanged Occurs when the ForeColor property value changes. (Odziedziczone z Control).
Zdarzenie publiczne GiveFeedback Occurs during a drag operation. (Odziedziczone z Control).
Zdarzenie publiczne GotFocus Occurs when the control receives focus. (Odziedziczone z Control).
Zdarzenie publiczne HandleCreated Occurs when a handle is created for the control. (Odziedziczone z Control).
Zdarzenie publiczne HandleDestroyed Occurs when the control's handle is in the process of being destroyed. (Odziedziczone z Control).
Zdarzenie publiczne HelpRequested Occurs when the user requests help for a control. (Odziedziczone z Control).
Zdarzenie publiczne ImeModeChanged Occurs when the ImeMode property has changed. (Odziedziczone z Control).
Zdarzenie publiczne Invalidated Occurs when a control's display requires redrawing. (Odziedziczone z Control).
Zdarzenie publiczne ItemCloned Występuje po DataRepeaterItem i jego formantów są sklonować z ItemTemplate.
Zdarzenie publiczne ItemCloning Występuje przed DataRepeaterItem i jego formantów są sklonować z ItemTemplate.
Zdarzenie publiczne ItemHeaderVisibleChanged Występuje po zmianie właściwości ItemHeaderVisible.
Zdarzenie publiczne ItemsAdded Występuje, gdy nowy DataRepeaterItem zostanie dodany do DataRepeater kontroli.
Zdarzenie publiczne ItemsRemoved Występuje, gdy DataRepeaterItem został usunięty z DataRepeater kontroli.
Zdarzenie publiczne ItemValueNeeded Występuje, gdy VirtualMode właściwość ma wartość True i nową wartość dla formantu podrzędnego DataRepeaterItem na potrzeby.
Zdarzenie publiczne ItemValuePushed Występuje, gdy VirtualMode właściwość ma wartość True i wartość formantu podrzędne w DataRepeaterItem zmian.
Zdarzenie publiczne KeyDown Occurs when a key is pressed while the control has focus. (Odziedziczone z Control).
Zdarzenie publiczne KeyPress Occurs when a character.space or backspace key is pressed while the control has focus. (Odziedziczone z Control).
Zdarzenie publiczne KeyUp Occurs when a key is released while the control has focus. (Odziedziczone z Control).
Zdarzenie publiczne Layout Occurs when a control should reposition its child controls. (Odziedziczone z Control).
Zdarzenie publiczne LayoutStyleChanged Występuje po zmianie wartości właściwości LayoutStyle.
Zdarzenie publiczne Leave Occurs when the input focus leaves the control. (Odziedziczone z Control).
Zdarzenie publiczne LocationChanged Occurs when the Location property value has changed. (Odziedziczone z Control).
Zdarzenie publiczne LostFocus Occurs when the control loses focus. (Odziedziczone z Control).
Zdarzenie publiczne MarginChanged Occurs when the control's margin changes. (Odziedziczone z Control).
Zdarzenie publiczne MouseCaptureChanged Occurs when the control loses mouse capture. (Odziedziczone z Control).
Zdarzenie publiczne MouseClick Occurs when the control is clicked by the mouse. (Odziedziczone z Control).
Zdarzenie publiczne MouseDoubleClick Occurs when the control is double clicked by the mouse. (Odziedziczone z Control).
Zdarzenie publiczne MouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed. (Odziedziczone z Control).
Zdarzenie publiczne MouseEnter Occurs when the mouse pointer enters the control. (Odziedziczone z Control).
Zdarzenie publiczne MouseHover Occurs when the mouse pointer rests on the control. (Odziedziczone z Control).
Zdarzenie publiczne MouseLeave Occurs when the mouse pointer leaves the control. (Odziedziczone z Control).
Zdarzenie publiczne MouseMove Occurs when the mouse pointer is moved over the control. (Odziedziczone z Control).
Zdarzenie publiczne MouseUp Occurs when the mouse pointer is over the control and a mouse button is released. (Odziedziczone z Control).
Zdarzenie publiczne MouseWheel Occurs when the mouse wheel moves while the control has focus. (Odziedziczone z Control).
Zdarzenie publiczne Move Occurs when the control is moved. (Odziedziczone z Control).
Zdarzenie publiczne NewItemNeeded Występuje, gdy VirtualMode ma ustawioną wartość właściwości True i tworzenia nowego pustego DataRepeaterItem.
Zdarzenie publiczne PaddingChanged Occurs when the control's padding changes. (Odziedziczone z Control).
Zdarzenie publiczne Paint Occurs when the control is redrawn. (Odziedziczone z Control).
Zdarzenie publiczne ParentChanged Occurs when the Parent property value changes. (Odziedziczone z Control).
Zdarzenie publiczne PreviewKeyDown Occurs before the KeyDown event when a key is pressed while focus is on this control. (Odziedziczone z Control).
Zdarzenie publiczne QueryAccessibilityHelp Occurs when AccessibleObject is providing help to accessibility applications. (Odziedziczone z Control).
Zdarzenie publiczne QueryContinueDrag Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Odziedziczone z Control).
Zdarzenie publiczne RegionChanged Occurs when the value of the Region property changes. (Odziedziczone z Control).
Zdarzenie publiczne Resize Occurs when the control is resized. (Odziedziczone z Control).
Zdarzenie publiczne RightToLeftChanged Occurs when the RightToLeft property value changes. (Odziedziczone z Control).
Zdarzenie publiczne Scroll Występuje, gdy użytkownik lub kod Przewija obszaru klienckiego. (Odziedziczone z ScrollableControl).
Zdarzenie publiczne SelectionColorChanged Występuje, gdy SelectionColor jest zmieniana.
Zdarzenie publiczne SizeChanged Occurs when the Size property value changes. (Odziedziczone z Control).
Zdarzenie publiczne StyleChanged Occurs when the control style changes. (Odziedziczone z Control).
Zdarzenie publiczne SystemColorsChanged Occurs when the system colors change. (Odziedziczone z Control).
Zdarzenie publiczne TabIndexChanged Occurs when the TabIndex property value changes. (Odziedziczone z Control).
Zdarzenie publiczne TabStopChanged Occurs when the TabStop property value changes. (Odziedziczone z Control).
Zdarzenie publiczne TextChanged Occurs when the Text property value changes. (Odziedziczone z Control).
Zdarzenie publiczne UserAddedItems Występuje, gdy użytkownik dodaje nowy DataRepeaterItem naciskając klawisz skrótu klawiaturowego CTRL + N.
Zdarzenie publiczne UserDeletedItems Występuje po usunięciu przez użytkownika DataRepeaterItem naciskając klawisz DELETE.
Zdarzenie publiczne UserDeletingItems Występuje, gdy użytkownik usuwa DataRepeaterItem naciskając klawisz DELETE.
Zdarzenie publiczne Validated Occurs when the control is finished validating. (Odziedziczone z Control).
Zdarzenie publiczne Validating Occurs when the control is validating. (Odziedziczone z Control).
Zdarzenie publiczne VirtualModeChanged Występuje, gdy VirtualMode jest zmieniana.
Zdarzenie publiczne VisibleChanged Occurs when the Visible property value changes. (Odziedziczone z Control).

Początek

Jawne implementacje interfejsu

  Nazwa Opis
Jawna implementacja interfejsuMetoda prywatna System#Windows#Forms#IContainerControl#ActivateControl Activates the specified control. (Odziedziczone z ContainerControl).
Jawna implementacja interfejsuMetoda prywatna System#Windows#Forms#IDropTarget#OnDragDrop Infrastruktura. Raises the DragDrop event. (Odziedziczone z Control).
Jawna implementacja interfejsuMetoda prywatna System#Windows#Forms#IDropTarget#OnDragEnter Infrastruktura. Raises the DragEnter event. (Odziedziczone z Control).
Jawna implementacja interfejsuMetoda prywatna System#Windows#Forms#IDropTarget#OnDragLeave Infrastruktura. Raises the DragLeave event. (Odziedziczone z Control).
Jawna implementacja interfejsuMetoda prywatna System#Windows#Forms#IDropTarget#OnDragOver Infrastruktura. Raises the DragOver event. (Odziedziczone z Control).

Początek

Uwagi

DataRepeater Kontroli wiersze, którą można przewijać kontener dla kontrolek wyświetlanych powtarzających się danych, na przykład w tabeli bazy danych.Można go używać jako alternatywy DataGridView kontrolować, gdy potrzebne jest większa kontrola nad układu danych.

Można użyć DataRepeater formantu, aby wyświetlić dane z lub bez źródła danych.Aby uzyskać więcej informacji, zobacz Porady: wyświetlanie powiązanych danych w formancie DataRepeater (Visual Studio).

Bez określenia źródła danych, można utworzyć wiersze, które zawierają dane i dodać je do DataRepeater.

Podczas pracy z dużymi ilościami danych, można ustawić VirtualMode właściwości True do wyświetlenia podzbioru dostępnych danych.Tryb wirtualny wymaga wykonania pamięci podręcznej danych, z którego DataRepeater kontroli zostaje wypełniona.Aby uzyskać więcej informacji, zobacz Tryb wirtualny w formancie DataRepeater (Visual Studio).

Aby uzyskać dodatkowe informacje dotyczące funkcji dostępnych w DataRepeater kontrolować, zobacz Wprowadzenie do formantu DataRepeater (Visual Studio).

Bezpieczeństwo wątku

Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.VisualBasic.PowerPacks

Inne zasoby

Wprowadzenie do formantu DataRepeater (Visual Studio)

Porady: wyświetlanie powiązanych danych w formancie DataRepeater (Visual Studio)

Porady: wyświetlanie formantów niepowiązanych w formancie DataRepeater (Visual Studio)

Porady: zmienianie układu formantu DataRepeater (Visual Studio)

Porady: zmienianie wyglądu formantu DataRepeater (Visual Studio)

Porady: wyświetlanie nagłówków elementów w formancie DataRepeater (Visual Studio)

Porady: wyłączanie dodawania i usuwania elementów DataRepeater (Visual Studio)

Porady: wyszukiwanie danych w formancie DataRepeater (Visual Studio)

Porady: tworzenie formularza wzorzec/szczegół za pomocą dwóch formantów DataRepeater (Visual Studio)

Wskazówki: wyświetlanie danych w formancie DataRepeater (Visual Studio)