ppsGrid Class Library
Grid Class
NamespacesppsGridGrid
ppsGrid (c] 2004-2007 by Torsten Oberprieler
Ein Steuerelement zur Darstellung großer Mengen beliebiger Daten als Tabellenblatt.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class Grid : UserControl
<SerializableAttribute> _
Public Class Grid _
	Inherits UserControl
[SerializableAttribute]
public ref class Grid : public UserControl
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
GridGridNew()()
Initialisiert eine neue Instanz der Grid-Klasse.

AccessibilityNotifyClients(AccessibleEvents, Int32)
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.
(Inherited from Control.)
AccessibilityNotifyClients(AccessibleEvents, Int32, Int32)
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control .
(Inherited from Control.)
AccessibilityObject
Gets the AccessibleObject assigned to the control.
(Inherited from Control.)
AccessibleDefaultActionDescription
Gets or sets the default action description of the control for use by accessibility client applications.
(Inherited from Control.)
AccessibleDescription
Gets or sets the description of the control used by accessibility client applications.
(Inherited from Control.)
AccessibleName
Gets or sets the name of the control used by accessibility client applications.
(Inherited from Control.)
AccessibleRole
Gets or sets the accessible role of the control
(Inherited from Control.)
ActiveControl
Gets or sets the active control on the container control.
(Inherited from ContainerControl.)
AddCols(Int32, Int32)
Fügt der Auflistung eine oder mehrere GridCol-Objekte am angegebenen Index hinzu

AddCols(Int32, Int32, Boolean)
Fügt der Cols-Auflistung eine oder mehrere GridCol-Objekte am angegebenen Index hinzu. Die Sichtbarkeit der hinzugefügten Spalte oder Spalten kann bestimmt werden.

AddCols(Int32)
Fügt der GridCol-Auflistung eine oder mehrere GridCol-Object hinzu

AddRows(Int32, Int32, Boolean)
Fügt der Rows-Auflistung eine oder mehrere GridRow-Objekte am angegebenen Index hinzu. Die Sichtbarkeit der hinzugefügten Zeile oder Zeilen kann bestimmt werden.

AddRows(Int32, Int32)
Fügt der Rows-Auflistung eine oder mehrere GridRow-Objekte am angegebenen Index hinzu

AddRows(Int32)
Fügt der Rows-Auflistung eine oder mehrere GridRow-Objekte am Ende an.

AdjustFormScrollbars(Boolean) (Inherited from ContainerControl.)
AfterCollapse
Tritt ein, nachdem der Strukturknoten reduziert wurde.

AfterColumnMove
Tritt ein, nachdem die Spalte verschoben wurde.

AfterColumnSize
Tritt ein, nachdem die Spaltenbreite verändert wurde.

AfterColumnSort
Tritt ein, nachdem die Zeilen sortiert wurden.

AfterExpand
Tritt ein, nachdem der Strukturknoten expandiert wurde.

AfterRowMove
Tritt ein, nachdem die Zeile verschoben wurde.

AfterRowSize
Tritt ein, nachdem die Zeilenhöhe verändert wurde.

AfterSelectionChange
Tritt ein, nachdem die Markierung der Zellen sich geändert hat.

AllowDrop
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
(Inherited from Control.)
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.
(Inherited from Control.)
AutoHeight
Ruft den Type der Höhe ab oder legt diese fest.

AutoScaleDimensions
Gets or sets the dimensions that the control was designed to.
(Inherited from ContainerControl.)
AutoScaleFactor
Gets the scaling factor between the current and design-time automatic scaling dimensions.
(Inherited from ContainerControl.)
AutoScaleMode
Gets or sets the automatic scaling mode of the control.
(Inherited from ContainerControl.)
AutoScroll
Gets or sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries.
(Inherited from ScrollableControl.)
AutoScrollMargin
Gets or sets the size of the auto-scroll margin.
(Inherited from ScrollableControl.)
AutoScrollMinSize
Gets or sets the minimum size of the auto-scroll.
(Inherited from ScrollableControl.)
AutoScrollOffset
Gets or sets where this control is scrolled to in ScrollControlIntoView(Control).
(Inherited from Control.)
AutoScrollPosition
Gets or sets the location of the auto-scroll position.
(Inherited from ScrollableControl.)
AutoSize (Inherited from UserControl.)
AutoSizeChanged (Inherited from UserControl.)
AutoSizeMode
Gets or sets how the control will resize itself.
(Inherited from UserControl.)
AutoValidate
Gets or sets how the control performs validation when the user changes focus to another control.
(Inherited from UserControl.)
AutoValidateChanged
Occurs when the AutoValidate property changes.
(Inherited from UserControl.)
AutoWidth
Ruft den Type der Breite ab oder legt diese fest.

BackColor
Ruft die Hintergrundfarbe aller Zellen ab oder legt diese fest.
(Overrides Control.BackColor.)
BackColorApp
Ruft die Hintergrundfarbe für das Steuerelement ab, die nicht von Zellen verdeckt werden, oder legt diese fest.

BackColorCell
Ruft die Hintergrundfarbe aller Zellen ab oder legt diese fest.

BackColorCellGradient
Ruft die zweite Hintergrundfarbe für den Farbverlauf aller Zellen ab oder legt diese fest.

BackColorChanged
Occurs when the value of the BackColor property changes.
(Inherited from Control.)
BackColorColAlternate
Ruft die alternative Hintergrundfarbe ab, oder legt diese fest.

BackColorFixed
Ruft die Hintergrundfarbe aller fixierten Zellen ab oder legt diese fest.

BackColorFixedGradient
Ruft die zweite Hintergrundfarbe für den Farbverlauf aller fixierten Zellen ab oder legt diese fest.

BackColorFocus
Ruft die Hintergrundfarbe der fokusierten Zelle für alle Zellen ab oder legt diese fest.

BackColorHighlight
Ruft die Hintergrundfarbe aller markieren Zellen ab oder legt diese fest.

BackColorHover
Ruft die Hintergrundfarbe der Zelle unter dem Mauszeiger für alle Zellen ab oder legt diese fest.

BackColorRowAlternate
Ruft die alternative Hintergrundfarbe ab, oder legt diese fest.

BackgroundImage
Gets or sets the background image displayed in the control.
(Inherited from Control.)
BackgroundImageChanged
Occurs when the value of the BackgroundImage property changes.
(Inherited from Control.)
BackgroundImageLayout
Ruft das Layout für das Hintergrundbild wie in der eImageLayout-Enumeration definiert ab oder legt dieses fest.

BackgroundImageLayoutChanged
Occurs when the BackgroundImageLayout property changes.
(Inherited from Control.)
BeforeCollapse
Tritt ein, bevor der Strukturknoten reduziert wird.

BeforeColumnMove
Tritt ein, bevor die Spalte verschoben wird.

BeforeColumnSize
Tritt ein, bevor die Spaltenbreite verändert wird.

BeforeColumnSort
Tritt ein, bevor die Zeilen sortiert werden.

BeforeExpand
Tritt ein, bevor der Strukturknoten expandiert wird.

BeforeRowMove
Tritt ein, bevor die Zeile verschoben wird.

BeforeRowSize
Tritt ein, bevor die Zeilenhöhe verändert wird.

BeforeSelectionChange
Tritt ein, bevor die Markierung der Zellen sich ändert.

BeginEdit()()
Startet den Editiermodus mittels des eingebundenen Steuerelements.

BeginInvoke(Delegate)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from Control.)
BeginInvoke(Delegate, array<Object>[]())
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
(Inherited from Control.)
BeginUpdate()()
Verhindert das Zeichnen des Grids bis zum Aufruf der EndUpdate-Methode.

BindingContext (Inherited from ContainerControl.)
BindingContextChanged
Occurs when the value of the BindingContext property changes.
(Inherited from Control.)
BorderStyle
Ruft den Rahmentyp des Steuerelements ab, oder legt diesen fest.

Bottom
Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.
(Inherited from Control.)
BottomRow
Ruft die unterste, eventuell nur teilweise sichtbare Zeile ab, oder legt diese fest.

Bounds
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
(Inherited from Control.)
BringToFront()()
Brings the control to the front of the z-order.
(Inherited from Control.)
CancelEdit()()
Bricht den gestarteten Editiermodus ab und stellt den ursprünglichen Datenwert der Zelle wieder her.

CanFocus
Gets a value indicating whether the control can receive focus.
(Inherited from Control.)
CanRaiseEvents
Determines if events can be raised on the control.
(Inherited from Control.)
CanSelect
Gets a value indicating whether the control can be selected.
(Inherited from Control.)
Capture
Gets or sets a value indicating whether the control has captured the mouse.
(Inherited from Control.)
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.
(Inherited from Control.)
CausesValidationChanged
Occurs when the value of the CausesValidation property changes.
(Inherited from Control.)
CellAfterEdit
Löst das CellAfterEdit-Ereignis aus.
Tritt ein, nachdem der Benutzer eine Zelle bearbeitet hat.

CellBeforeEdit
Löst das CellBeforeEdit-Ereignis aus.
Tritt ein, bevor der Benutzer eine Zelle bearbeitet.

CellClick
Tritt beim Klicken in einer Zelle ein.

CellDoubleClick
Tritt beim Doppelklicken in einer Zelle ein.

CellFrameColor
Ruft die Rahmenfarbe aller Zellen ab oder legt diese fest.
Ruft die Farbe ab, mit der die Rahmen der Zeilen gezeichnet werden, oder legt diese fest.

CellFrameDashStyle
Ruft das Linienmuster ab, das bestimmt, wie die Zellenrahmen gezeichnet werden, oder legt dieses fest.

CellFrameType
Ruft die Rahmenart der Zellen ab, oder legt dieses fest.

CellFrameWidth
Ruft die Rahmenbreite der Zellen ab, oder legt diese fest.

CellGradientMode
Ruft die Art des Farbverlaufs der nichtfixierten Zellen des Steuerelements ab, oder legt diesen fest.

CellHomeVisible
Ruft das einen Wert ab, der bestimmt, ob die fixierten Spalten- und Zeilenzellen links oben ("Homezelle"), gezeichnet werden, oder legt dieses fest.

CellMouseEnter
Tritt ein, wenn der Mauszeiger in den Bereich einer Zelle eintritt.

CellMouseHover
Löst das CellMouseHover-Ereignis aus.
Tritt ein, wenn der Mauszeiger in den Bereich einer Zelle bewegt wird.

CellMouseLeave
Löst das CellMouseHover-Ereignis aus.
Tritt ein, wenn der Mauszeiger in den Bereich einer Zelle verlässt.

CellPadding
Ruft den Abstand zwischen dem Inhalt einer Zelle und ihrem Rahmen ab.

Cells
Ruft die Auflistung der Zellen ab, die zu dem Steuerelement gehören.

CellSelected
Ruft den bool-Wert ab, der bestimmt, ob alle Zellen im Steuerelement markiert angezeigt werden, oder legt diesen fest. Der Standardwert ist false.

CellSpan
Ruft die Einstellung ab, wie sich gezeichneter Text auf leere Nachbarzellen erweitern, wenn er über die Ränder der Zelle hinausreicht, oder legt diese fest.

ChangeUICues
Occurs when the focus or keyboard user interface (UI) cues change.
(Inherited from Control.)
Click
Occurs when the control is clicked.
(Inherited from Control.)
ClientRectangle
Ruft das Rechteck ab, das den Clientbereich des Steuerelements darstellt.

ClientSize
Gets or sets the height and width of the client area of the control.
(Inherited from Control.)
ClientSizeChanged
Occurs when the value of the ClientSize property changes.
(Inherited from Control.)
CollapseEnd
Tritt ein, nachdem alle Strukturknoten reduziert wurden.

CollapseStart
Tritt ein, bevor mehrere Strukturknoten reduziert werden.

Cols
Gibt die Spalte an der angegebenen, indizierten Position in der Auflistung an.

ColumnSizeEnd
Tritt ein, nachdem die Spaltenbreiten mehrerer Spalten verändert wurde.

ColumnSizeStart
Tritt ein, bevor die Spaltenbreiten mehrerer Spalten verändert wird.

CompanyName
Gets the name of the company or creator of the application containing the control.
(Inherited from Control.)
Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
Contains(Control)
Retrieves a value indicating whether the specified control is a child of the control.
(Inherited from Control.)
ContainsFocus
Gets a value indicating whether the control, or one of its child controls, currently has the input focus.
(Inherited from Control.)
ContextMenu
Gets or sets the shortcut menu associated with the control.
(Inherited from Control.)
ContextMenuChanged
Occurs when the value of the ContextMenu property changes.
(Inherited from Control.)
ContextMenuStrip
Gets or sets the ContextMenuStrip associated with this control.
(Inherited from Control.)
ContextMenuStripChanged
Occurs when the value of the ContextMenuStrip property changes.
(Inherited from Control.)
ControlAdded
Occurs when a new control is added to the Control..::ControlCollection.
(Inherited from Control.)
ControlDisplayInfo
Ruft Informationen für die erweiterte Darstellung von Zellendaten mittels Steuerelemente ab.

ControlEditInfo
Ruft Informationen für das Editieren von Zellendaten mittels Steuerelemente ab.

ControlRemoved
Occurs when a control is removed from the Control..::ControlCollection.
(Inherited from Control.)
Controls
Gets the collection of controls contained within the control.
(Inherited from Control.)
CreateAccessibilityInstance()()
Creates a new accessibility object for the control.
(Inherited from Control.)
CreateControl()()
Forces the creation of the control, including the creation of the handle and any child controls.
(Inherited from Control.)
CreateControlsInstance()()
Creates a new instance of the control collection for the control.
(Inherited from Control.)
Created
Gets a value indicating whether the control has been created.
(Inherited from Control.)
CreateGraphics()()
Creates the Graphics for the control.
(Inherited from Control.)
CreateHandle()()
Creates a handle for the control.
(Inherited from Control.)
CreateObjRef(Type)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
CreateParams (Inherited from UserControl.)
CurrentAutoScaleDimensions
Gets the current run-time dimensions of the screen.
(Inherited from ContainerControl.)
Cursor
Ruft den Cursor ab, der angezeigt wird, wenn sich der Mauszeiger über dem Steuerelement befindet, oder legt diesen fest.
(Overrides Control.Cursor.)
CursorChanged
Occurs when the value of the Cursor property changes.
(Inherited from Control.)
DataBindings
Gets the data bindings for the control.
(Inherited from Control.)
DefaultCursor
Gets or sets the default cursor for the control.
(Inherited from Control.)
DefaultImeMode
Gets the default Input Method Editor (IME) mode supported by the control.
(Inherited from Control.)
DefaultMargin
Gets the space, in pixels, that is specified by default between controls.
(Inherited from Control.)
DefaultMaximumSize
Gets the length and height, in pixels, that is specified as the default maximum size of a control.
(Inherited from Control.)
DefaultMinimumSize
Gets the length and height, in pixels, that is specified as the default minimum size of a control.
(Inherited from Control.)
DefaultPadding
Gets the internal spacing, in pixels, of the contents of a control.
(Inherited from Control.)
DefWndProc(Message%)
Sends the specified message to the default window procedure.
(Inherited from Control.)
DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
DestroyHandle()()
Destroys the handle associated with the control.
(Inherited from Control.)
DisplayRectangle
Gets the rectangle that represents the virtual display area of the control.
(Inherited from ScrollableControl.)
Disposed
Adds an event handler to listen to the Disposed event on the component.
(Inherited from Component.)
Disposing
Gets a value indicating whether the base Control class is in the process of disposing.
(Inherited from Control.)
Dock
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
(Inherited from Control.)
DockChanged
Occurs when the value of the Dock property changes.
(Inherited from Control.)
DockPadding
Ruft die Einstellungen für den Andockleerraum für alle Ränder des Steuerelements ab.

DoDragDrop(Object, DragDropEffects)
Begins a drag-and-drop operation.
(Inherited from Control.)
DoubleBuffered
Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
(Inherited from Control.)
DoubleClick
Occurs when the control is double-clicked.
(Inherited from Control.)
DragDrop
Occurs when a drag-and-drop operation is completed.
(Inherited from Control.)
DragEnter
Occurs when an object is dragged into the control's bounds.
(Inherited from Control.)
DragLeave
Occurs when an object is dragged out of the control's bounds.
(Inherited from Control.)
DragOver
Occurs when an object is dragged over the control's bounds.
(Inherited from Control.)
DrawToBitmap(Bitmap, Rectangle)
Supports rendering to the specified bitmap.
(Inherited from Control.)
Enabled
Gets or sets a value indicating whether the control can respond to user interaction.
(Inherited from Control.)
EnabledChanged
Occurs when the Enabled property value has changed.
(Inherited from Control.)
EndEdit()()
Beendet den gestarteten Editiermodus und speichert den eingegebene Wert in der Zelle ab.

EndInvoke(IAsyncResult)
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
(Inherited from Control.)
EndUpdate()()
Nimmt das Zeichnen des Grids wieder auf, nachdem das Zeichnen durch die BeginUpdate-Methode angehalten wurde. BeginUpdate()()

EnsureVisible(GridCell)
Führt einen Bildlauf durch den Inhalt des Grids bis zur angeggebenen Zelle durch, so das diese vollständig sichtbar ist.

Enter
Occurs when the control is entered.
(Inherited from Control.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
ExpandEnd
Tritt ein, nachdem alle Strukturknoten expandiert wurden.

ExpandStart
Tritt ein, bevor mehrere Strukturknoten expandiert werden.

Finalize()()
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
FindForm()()
Retrieves the form that the control is on.
(Inherited from Control.)
FixedColCount
Gibt die Anzahl der fixierten Spalten im Grid zurück.

FixedColType
Ruft einen eFixedColType-Wert ab, der angibt, ob die Spalte durch Klicken auf einen Spaltenkopf neu sortiert, verschoben oder in der Größe geändert werden kann, oder legt diesen fest.

FixedFrameType
Ruft die Rahmenart der fixierten Zellen ab, oder legt dieses fest.

FixedGradientMode
Ruft die Art des Farbverlaufs der fixierten Zellen des Steuerelements ab, oder legt diesen fest.

FixedRowCount
Gibt die Anzahl der fixierten Zeilen im Grid zurück.

FixedRowType
Ruft einen eFixedRowType-Wert ab, der angibt, ob die Zeile durch Klicken auf einen Zeilenkopf verschoben oder in der Höhe geändert werden kann, oder legt diesen fest.

Focus()()
Sets input focus to the control.
(Inherited from Control.)
FocusCell
Ruft den Spalten- und Zeilenindex als Point-Struktur von der Zelle ab, das gegenwärtig den Fokus besitzt, oder legt sie fest.

FocusCellChanged
Tritt ein, wenn die FocusCell-Eigenschaft geändert wurde.

FocusCellDraw
Ruft die Einstellungen zur Darstellung der Focuszelle ab oder legt diese fest.

Focused
Gets a value indicating whether the control has input focus.
(Inherited from Control.)
Font
Ruft die Schriftart für die Anzeige von Text im Grid ab oder legt diese fest.
(Overrides Control.Font.)
FontChanged
Occurs when the Font property value changes.
(Inherited from Control.)
FontHeight
Gets or sets the height of the font of the control.
(Inherited from Control.)
ForeColor
Ruft die Vordergrundfarbe aller Zellen ab oder legt diese fest.
(Overrides Control.ForeColor.)
ForeColorCell
Ruft die Vordergrundfarbe (Textfarbe) aller Zellen ab oder legt diese fest.

ForeColorChanged
Occurs when the ForeColor property value changes.
(Inherited from Control.)
ForeColorColAlternate
Ruft die alternative Vordergrundfarbe (Textfarbe) ab, oder legt diese fest.

ForeColorFixed
Ruft die Vordergrundfarbe (Textfarbe) aller fixierten Zellen ab oder legt diese fest.

ForeColorFocus
Ruft die Vordergrundfarbe der fokusierten Zelle für alle Zellen ab oder legt diese fest.

ForeColorHighlight
Ruft die Vordergrundfarbe aller markieren Zellen ab oder legt diese fest.

ForeColorHover
Ruft die Vordergrundfarbe der Zelle unter dem Mauszeiger für alle Zellen im Grid ab, oder legt diese fest.

ForeColorRowAlternate
Ruft die alternative Vordergrundfarbe (Textfarbe) ab, oder legt diese fest.

FormatString
Ruft das Format der Zellen ab, wie die Value-Eigenschaft angezeigt wird, oder legt diese fest.

GetAccessibilityObjectById(Int32)
Retrieves the specified AccessibleObject.
(Inherited from Control.)
GetAutoSizeMode()()
Retrieves a value indicating how a control will behave when its AutoSize property is enabled.
(Inherited from Control.)
GetChildAtPoint(Point, GetChildAtPointSkip)
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
(Inherited from Control.)
GetChildAtPoint(Point)
Retrieves the child control that is located at the specified coordinates.
(Inherited from Control.)
GetContainerControl()()
Returns the next ContainerControl up the control's chain of parent controls.
(Inherited from Control.)
GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetLifetimeService()()
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetNextControl(Control, Boolean)
Retrieves the next control forward or back in the tab order of child controls.
(Inherited from Control.)
GetPreferredSize(Size)
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from Control.)
GetScaledBounds(Rectangle, SizeF, BoundsSpecified)
Retrieves the bounds within which the control is scaled.
(Inherited from Control.)
GetScrollState(Int32)
Determines whether the specified flag has been set.
(Inherited from ScrollableControl.)
GetService(Type)
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
GetStyle(ControlStyles)
Retrieves the value of the specified control style bit for the control.
(Inherited from Control.)
GetTopLevel()()
Determines if the control is a top-level control.
(Inherited from Control.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
GiveFeedback
Occurs during a drag operation.
(Inherited from Control.)
GotFocus
Occurs when the control receives focus.
(Inherited from Control.)
Handle
Gets the window handle that the control is bound to.
(Inherited from Control.)
HandleCreated
Occurs when a handle is created for the control.
(Inherited from Control.)
HandleDestroyed
Occurs when the control's handle is in the process of being destroyed.
(Inherited from Control.)
HasChildren
Gets a value indicating whether the control contains one or more child controls.
(Inherited from Control.)
Height
Gets or sets the height of the control.
(Inherited from Control.)
HelpRequested
Occurs when the user requests help for a control.
(Inherited from Control.)
Hide()()
Conceals the control from the user.
(Inherited from Control.)
HideSelection
Ruft einen eHighlight-Wert ab, der angibt, ob die markierten Zellen im Grid-Steuerelement hervorgehoben bleiben, nachdem das Steuerelement den Fokus verloren hat, oder legt diesen fest.

HitTest(Point)
Ruft Informationen zu den untergeordneten Elementen des Steuerelements an einem angegebenen Punkt ab.

HorizontalScroll
Gets the characteristics associated with the horizontal scroll bar.
(Inherited from ScrollableControl.)
HScroll
Gets or sets a value indicating whether the horizontal scroll bar is visible.
(Inherited from ScrollableControl.)
ImageAlignHorz
Ruft die horizontale Ausrichtung einer Abbildung in den Zellen ab oder legt diese fest.

ImageAlignVert
Ruft die vertikale Ausrichtung einer Abbildung in den Zellen ab oder legt diese fest.

ImageIndex

ImageList

ImeMode
Gets or sets the Input Method Editor (IME) mode of the control.
(Inherited from Control.)
ImeModeChanged
Occurs when the ImeMode property has changed.
(Inherited from Control.)
InitializeLifetimeService()()
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
InitLayout()()
Called after the control has been added to another container.
(Inherited from Control.)
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.
(Inherited from Control.)
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.
(Inherited from Control.)
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.
(Inherited from Control.)
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.
(Inherited from Control.)
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.
(Inherited from Control.)
Invalidated
Occurs when a control's display requires redrawing.
(Inherited from Control.)
Invoke(Delegate)
Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from Control.)
Invoke(Delegate, array<Object>[]())
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
(Inherited from Control.)
InvokeGotFocus(Control, EventArgs)
Raises the GotFocus event for the specified control.
(Inherited from Control.)
InvokeLostFocus(Control, EventArgs)
Raises the LostFocus event for the specified control.
(Inherited from Control.)
InvokeOnClick(Control, EventArgs)
Raises the Click event for the specified control.
(Inherited from Control.)
InvokePaint(Control, PaintEventArgs)
Raises the Paint event for the specified control.
(Inherited from Control.)
InvokePaintBackground(Control, PaintEventArgs)
Raises the PaintBackground event for the specified control.
(Inherited from Control.)
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.
(Inherited from Control.)
IsAccessible
Gets or sets a value indicating whether the control is visible to accessibility applications.
(Inherited from Control.)
IsDisposed
Gets a value indicating whether the control has been disposed of.
(Inherited from Control.)
IsHandleCreated
Gets a value indicating whether the control has a handle associated with it.
(Inherited from Control.)
IsInputChar(Char)
Determines if a character is an input character that the control recognizes.
(Inherited from Control.)
IsMirrored
Gets a value indicating whether the control is mirrored.
(Inherited from Control.)
IsValidCell(Int32, Int32)
Ruft einen Wert ab, der angibt, ob die angegebenen Spalten- und Zeilenindexes eine gültige Zelle bezeichnen.

IsValidCell(String, String)
Ruft einen Wert ab, der angibt, ob die Spalten- und Zeilennamen eine gültige Zelle bezeichnen.

IsValidCell(Point)
Ruft einen Wert ab, der angibt, ob die im Point angegebenen Spalten- und Zeilenindexes eine gültige Zelle bezeichnen.

Item[([Int32, Int32])]
Gibt die Zelle an der durch zwei Int32-Werte angegebenen, indizierten Position in der Auflistung an.

Item[([String, Int32])]
Gibt die Zelle an der durch einen Int32-Wert und einen Schlüssel angegebenen Position in der Auflistung an.

Item[([Int32, String])]
Gibt die Zelle an der durch einen Schlüssel und einen Int32-Wert angegebenen Position in der Auflistung an.

Item[([String, String])]
Gibt die Zelle an der durch zwei Schlüssel angegebenen Position in der Auflistung an.

Item[([Point])]
Gibt die Zelle an der durch einen Point angegebenen Position in der Auflistung an.

Item[([String])]
Gibt die Zelle an der durch einen String-Schlüssel angegebenen Position in der Auflistung an.

KeyDown
Occurs when a key is pressed while the control has focus.
(Inherited from Control.)
KeyPress
Occurs when a key is pressed while the control has focus.
(Inherited from Control.)
KeyUp
Occurs when a key is released while the control has focus.
(Inherited from Control.)
Layout
Occurs when a control should reposition its child controls.
(Inherited from Control.)
LayoutEngine
Gets a cached instance of the control's layout engine.
(Inherited from Control.)
Leave
Occurs when the input focus leaves the control.
(Inherited from Control.)
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.
(Inherited from Control.)
LeftCol
Ruft die linke, nicht fixierte, eventuell nur teilweise sichtbare Spalte ab, oder legt diese fest.

LevelColors
Hintergrundfarbe der Level

Load
Occurs before the control becomes visible for the first time.
(Inherited from UserControl.)
Location
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
(Inherited from Control.)
LocationChanged
Occurs when the Location property value has changed.
(Inherited from Control.)
LostFocus
Occurs when the control loses focus.
(Inherited from Control.)
Margin
Gets or sets the space between controls.
(Inherited from Control.)
MarginChanged
Occurs when the control's margin changes.
(Inherited from Control.)
MaxColWidth
Ruft die größte Spaltenbreite ab, die bestimmt, wie groß die Spalten vom Anwender verändert werden können, oder legt dieses fest.

MaximumSize
Gets or sets the size that is the upper limit that GetPreferredSize(Size) can specify.
(Inherited from Control.)
MaxRowHeight
Ruft die größte Zeilenhöhe ab, die bestimmt, wie groß die Zeilen vom Anwender eingestellt werden können, oder legt dieses fest.

MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
MinColWidth
Ruft die kleinste Spaltenbreite ab, die bestimmt, wie schmal die Spalten vom Anwender verändert werden kann, oder legt dieses fest.

MinimumSize
Gets or sets the size that is the lower limit that GetPreferredSize(Size) can specify.
(Inherited from Control.)
MinRowHeight
Ruft die kleinste Zeilenhöhe ab, die bestimmt, wie klein die Zeilen vom Anwender verändert werden können, oder legt diese fest.

MouseCaptureChanged
Occurs when the control loses mouse capture.
(Inherited from Control.)
MouseClick
Occurs when the control is clicked by the mouse.
(Inherited from Control.)
MouseDoubleClick
Occurs when the control is double clicked by the mouse.
(Inherited from Control.)
MouseDown
Occurs when the mouse pointer is over the control and a mouse button is pressed.
(Inherited from Control.)
MouseEnter
Occurs when the mouse pointer enters the control.
(Inherited from Control.)
MouseHover
Occurs when the mouse pointer rests on the control.
(Inherited from Control.)
MouseLeave
Occurs when the mouse pointer leaves the control.
(Inherited from Control.)
MouseMove
Occurs when the mouse pointer is moved over the control.
(Inherited from Control.)
MouseUp
Occurs when the mouse pointer is over the control and a mouse button is released.
(Inherited from Control.)
MouseWheel
Occurs when the mouse wheel moves while the control has focus.
(Inherited from Control.)
Move
Occurs when the control is moved.
(Inherited from Control.)
Name
Gets or sets the name of the control.
(Inherited from Control.)
NotifyInvalidate(Rectangle)
Raises the Invalidated event with a specified region of the control to invalidate.
(Inherited from Control.)
OnAutoSizeChanged(EventArgs)
Raises the AutoSizeChanged event.
(Inherited from Control.)
OnAutoValidateChanged(EventArgs)
Raises the AutoValidateChanged event.
(Inherited from ContainerControl.)
OnBackColorChanged(EventArgs)
Raises the BackColorChanged event.
(Inherited from Control.)
OnBackgroundImageChanged(EventArgs)
Raises the BackgroundImageChanged event.
(Inherited from Control.)
OnBackgroundImageLayoutChanged(EventArgs)
Raises the BackgroundImageLayoutChanged event.
(Inherited from Control.)
OnBindingContextChanged(EventArgs)
Raises the BindingContextChanged event.
(Inherited from Control.)
OnCausesValidationChanged(EventArgs)
Raises the CausesValidationChanged event.
(Inherited from Control.)
OnChangeUICues(UICuesEventArgs)
Raises the ChangeUICues event.
(Inherited from Control.)
OnClick(EventArgs)
Raises the Click event.
(Inherited from Control.)
OnClientSizeChanged(EventArgs)
Raises the ClientSizeChanged event.
(Inherited from Control.)
OnContextMenuChanged(EventArgs)
Raises the ContextMenuChanged event.
(Inherited from Control.)
OnContextMenuStripChanged(EventArgs)
Raises the ContextMenuStripChanged event.
(Inherited from Control.)
OnControlAdded(ControlEventArgs)
Raises the ControlAdded event.
(Inherited from Control.)
OnControlRemoved(ControlEventArgs)
Raises the ControlRemoved event.
(Inherited from Control.)
OnCreateControl()()
Raises the CreateControl event.
(Inherited from UserControl.)
OnCursorChanged(EventArgs)
Raises the CursorChanged event.
(Inherited from Control.)
OnDockChanged(EventArgs)
Raises the DockChanged event.
(Inherited from Control.)
OnDragDrop(DragEventArgs)
Raises the DragDrop event.
(Inherited from Control.)
OnDragEnter(DragEventArgs)
Raises the DragEnter event.
(Inherited from Control.)
OnDragLeave(EventArgs)
Raises the DragLeave event.
(Inherited from Control.)
OnDragOver(DragEventArgs)
Raises the DragOver event.
(Inherited from Control.)
OnEnabledChanged(EventArgs)
Raises the EnabledChanged event.
(Inherited from Control.)
OnFontChanged(EventArgs)
Raises the FontChanged event.
(Inherited from ContainerControl.)
OnForeColorChanged(EventArgs)
Raises the ForeColorChanged event.
(Inherited from Control.)
OnGiveFeedback(GiveFeedbackEventArgs)
Raises the GiveFeedback event.
(Inherited from Control.)
OnGotFocus(EventArgs)
Raises the GotFocus event.
(Inherited from Control.)
OnHandleCreated(EventArgs)
Raises the HandleCreated event.
(Inherited from Control.)
OnHandleDestroyed(EventArgs)
Raises the HandleDestroyed event.
(Inherited from Control.)
OnHelpRequested(HelpEventArgs)
Raises the HelpRequested event.
(Inherited from Control.)
OnImeModeChanged(EventArgs)
Raises the ImeModeChanged event.
(Inherited from Control.)
OnInvalidated(InvalidateEventArgs)
Raises the Invalidated event.
(Inherited from Control.)
OnKeyPress(KeyPressEventArgs)
Raises the KeyPress event.
(Inherited from Control.)
OnLayout(LayoutEventArgs) (Inherited from ContainerControl.)
OnLoad(EventArgs)
Raises the Load event.
(Inherited from UserControl.)
OnLocationChanged(EventArgs)
Raises the LocationChanged event.
(Inherited from Control.)
OnMarginChanged(EventArgs)
Raises the MarginChanged event.
(Inherited from Control.)
OnMouseCaptureChanged(EventArgs)
Raises the MouseCaptureChanged event.
(Inherited from Control.)
OnMouseClick(MouseEventArgs)
Raises the MouseClick event.
(Inherited from Control.)
OnMouseDoubleClick(MouseEventArgs)
Raises the MouseDoubleClick event.
(Inherited from Control.)
OnMouseEnter(EventArgs)
Raises the MouseEnter event.
(Inherited from Control.)
OnMouseHover(EventArgs)
Raises the MouseHover event.
(Inherited from Control.)
OnMouseLeave(EventArgs)
Raises the MouseLeave event.
(Inherited from Control.)
OnMove(EventArgs)
Raises the Move event.
(Inherited from Control.)
OnNotifyMessage(Message)
Notifies the control of Windows messages.
(Inherited from Control.)
OnPaddingChanged(EventArgs) (Inherited from ScrollableControl.)
OnParentBackColorChanged(EventArgs)
Raises the BackColorChanged event when the BackColor property value of the control's container changes.
(Inherited from Control.)
OnParentBackgroundImageChanged(EventArgs)
Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes.
(Inherited from Control.)
OnParentBindingContextChanged(EventArgs)
Raises the BindingContextChanged event when the BindingContext property value of the control's container changes.
(Inherited from Control.)
OnParentChanged(EventArgs) (Inherited from ContainerControl.)
OnParentCursorChanged(EventArgs)
Raises the CursorChanged event.
(Inherited from Control.)
OnParentEnabledChanged(EventArgs)
Raises the EnabledChanged event when the Enabled property value of the control's container changes.
(Inherited from Control.)
OnParentFontChanged(EventArgs)
Raises the FontChanged event when the Font property value of the control's container changes.
(Inherited from Control.)
OnParentForeColorChanged(EventArgs)
Raises the ForeColorChanged event when the ForeColor property value of the control's container changes.
(Inherited from Control.)
OnParentRightToLeftChanged(EventArgs)
Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes.
(Inherited from Control.)
OnParentVisibleChanged(EventArgs)
Raises the VisibleChanged event when the Visible property value of the control's container changes.
(Inherited from Control.)
OnPreviewKeyDown(PreviewKeyDownEventArgs)
Raises the PreviewKeyDown event.
(Inherited from Control.)
OnPrint(PaintEventArgs)
Raises the Paint event.
(Inherited from Control.)
OnQueryContinueDrag(QueryContinueDragEventArgs)
Raises the QueryContinueDrag event.
(Inherited from Control.)
OnRegionChanged(EventArgs)
Raises the RegionChanged event.
(Inherited from Control.)
OnRightToLeftChanged(EventArgs) (Inherited from ScrollableControl.)
OnScroll(ScrollEventArgs)
Raises the Scroll event.
(Inherited from ScrollableControl.)
OnSizeChanged(EventArgs)
Raises the SizeChanged event.
(Inherited from Control.)
OnStyleChanged(EventArgs)
Raises the StyleChanged event.
(Inherited from Control.)
OnSystemColorsChanged(EventArgs)
Raises the SystemColorsChanged event.
(Inherited from Control.)
OnTabIndexChanged(EventArgs)
Raises the TabIndexChanged event.
(Inherited from Control.)
OnTabStopChanged(EventArgs)
Raises the TabStopChanged event.
(Inherited from Control.)
OnTextChanged(EventArgs)
Raises the TextChanged event.
(Inherited from Control.)
OnValidated(EventArgs)
Raises the Validated event.
(Inherited from Control.)
OnVisibleChanged(EventArgs) (Inherited from ScrollableControl.)
OutlineColor
Ruft eine Farbe ab, mit der in der Strukturansicht Linien zwischen Strukturknoten gezeichnet werden, oder legt diese fest.

OutlineDashStyle
Ruft das Linienmuster ab, das bestimmt, wie die Verbindungslinien in der Strukturansicht gezeichnet werden, oder legt dieses fest.

OutlineIndent
Ruft die Breite des Einzugs in der Strukturansicht ab, oder legt dieses fest.

OutlinePictureClose
Ruft die auf den geschlossenen Strukturknoten anzuzeigenden Bilder ab oder legt diese fest.

OutlinePictureNone
Ruft die auf den Strukturknoten ohne untergeordnete Elemente anzuzeigenden Bild ab oder legt diese fest.
Ruft die auf den geöffneten Strukturknoten anzuzeigenden Bilder ab oder legt diese fest.

OutlinePictureOpen
Ruft die auf den geöffnete Strukturknoten anzuzeigenden Bilder ab oder legt diese fest.
Ruft die auf den geöffneten Strukturknoten anzuzeigenden Bilder ab oder legt diese fest.

Padding
Gets or sets padding within the control.
(Inherited from Control.)
PaddingChanged
Occurs when the control's padding changes.
(Inherited from Control.)
Paint
Occurs when the control is redrawn.
(Inherited from Control.)
Parent
Gets or sets the parent container of the control.
(Inherited from Control.)
ParentChanged
Occurs when the Parent property value changes.
(Inherited from Control.)
ParentForm
Gets the form that the container control is assigned to.
(Inherited from ContainerControl.)
PerformAutoScale()()
Performs scaling of the container control and its children.
(Inherited from ContainerControl.)
PerformLayout()()
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
PerformLayout(Control, String)
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
PointToClient(Point)
Computes the location of the specified screen point into client coordinates.
(Inherited from Control.)
PointToScreen(Point)
Computes the location of the specified client point into screen coordinates.
(Inherited from Control.)
PreferredColWidth
Ruft die Default-Spaltenbreite ab, die die Spaltenbreite für neue Spalten bestimmt, oder legt dieses fest.

PreferredRowHeight
Ruft die Default-Zeilenhöhe ab, die die Zeilenhöhe für neue Zeilen bestimmt, oder legt dieses fest.

PreferredSize
Gets the size of a rectangular area into which the control can fit.
(Inherited from Control.)
PreProcessControlMessage(Message%)
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
PreProcessMessage(Message%)
Internal use only
(Overrides Control.PreProcessMessage(Message%).)
PreviewKeyDown
Occurs before the KeyDown event when a key is pressed while focus is on this control.
(Inherited from Control.)
ProcessCmdKey(Message%, Keys) (Inherited from ContainerControl.)
ProcessDialogChar(Char) (Inherited from ContainerControl.)
ProcessDialogKey(Keys) (Inherited from ContainerControl.)
ProcessKeyEventArgs(Message%)
Processes a key message and generates the appropriate control events.
(Inherited from Control.)
ProcessKeyMessage(Message%)
Processes a keyboard message.
(Inherited from Control.)
ProcessKeyPreview(Message%)
Previews a keyboard message.
(Inherited from Control.)
ProcessMnemonic(Char) (Inherited from ContainerControl.)
ProcessTabKey(Boolean)
Selects the next available control and makes it the active control.
(Inherited from ContainerControl.)
ProductName
Gets the product name of the assembly containing the control.
(Inherited from Control.)
ProductVersion
Gets the version of the assembly containing the control.
(Inherited from Control.)
QueryAccessibilityHelp
Occurs when AccessibleObject is providing help to accessibility applications.
(Inherited from Control.)
QueryContinueDrag
Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.
(Inherited from Control.)
RaiseDragEvent(Object, DragEventArgs)
Raises the appropriate drag event.
(Inherited from Control.)
RaiseKeyEvent(Object, KeyEventArgs)
Raises the appropriate key event.
(Inherited from Control.)
RaiseMouseEvent(Object, MouseEventArgs)
Raises the appropriate mouse event.
(Inherited from Control.)
RaisePaintEvent(Object, PaintEventArgs)
Raises the appropriate paint event.
(Inherited from Control.)
RecreateHandle()()
Forces the re-creation of the handle for the control.
(Inherited from Control.)
RecreatingHandle
Gets a value indicating whether the control is currently re-creating its handle.
(Inherited from Control.)
RectangleToClient(Rectangle)
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from Control.)
RectangleToScreen(Rectangle)
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from Control.)
Refresh()()
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from Control.)
Region
Gets or sets the window region associated with the control.
(Inherited from Control.)
RegionChanged
Occurs when the value of the Region property changes.
(Inherited from Control.)
RenderRightToLeft Obsolete. (Inherited from Control.)
ResetBackColor()() (Inherited from Control.)
ResetBackColorApp()()
Setzt die BackColorApp-Eigenschaft auf den Standardwert zurück.

ResetBackColorCell()()
Setzt die BackColorCell-Eigenschaft auf den Standardwert 'SystemColors.Window' zurück.

ResetBackColorCellGradient()()
Setzt die BackColorCell-Eigenschaft auf den Standardwert zurück.

ResetBackColorColAlternate()()
Setzt die BackColorColAlternate-Eigenschaft auf den Standardwert zurück.

ResetBackColorFixed()()
Setzt die BackColorFixed-Eigenschaft auf den Standardwert zurück.

ResetBackColorFixedGradient()()
Setzt die BackColorFixed-Eigenschaft auf den Standardwert zurück.

ResetBackColorFocus()()
Setzt die BackColorFocus-Eigenschaft auf den Standardwert zurück.

ResetBackColorHighlight()()
Setzt die BackColorHighlight-Eigenschaft auf den Standardwert zurück.

ResetBackColorHover()()
Setzt die BackColorHover-Eigenschaft auf den Standardwert zurück.

ResetBackColorRowAlternate()()
Setzt die BackColorRowAlternate-Eigenschaft auf den Standardwert zurück.

ResetBackgroundImageLayout()()
Setzt die BackgroundImageLayout-Eigenschaft auf den Standardwert zurück.

ResetBindings()() (Inherited from Control.)
ResetCellFrameColor()()
Setzt die CellFrameColor-Eigenschaft auf den Standardwert zurück.

ResetCellFrameDashStyle()()
Setzt die CellFrameDashStyle-Eigenschaft auf den Standardwert "Solid" zurück.

ResetCellFrameType()()
Setzt die CellFrameType-Eigenschaft auf den Standardwert zurück.

ResetCellFrameWidth()()
Setzt die CellFrameWidth-Eigenschaft auf den Standardwert zurück.

ResetCellGradientMode()()
Setzt die CellGradientMode-Eigenschaft auf den Standardwert zurück.

ResetCellHomeVisible()()
Setzt die CellHomeVisible-Eigenschaft auf den Standardwert "false" zurück.

ResetCellPadding()()
Setzt die CellPadding-Eigenschaft auf den Standardwert zurück.

ResetControlDisplayInfo()()
Setzt die ControlDisplayInfo-Eigenschaft auf den Standardwert zurück.

ResetControlEditInfo()()
Setzt die ControlEditInfo-Eigenschaft auf den Standardwert zurück.

ResetCursor()() (Inherited from Control.)
ResetFixedColType()()
Setzt die FixedColType-Eigenschaft auf den Standardwert zurück.

ResetFixedFrameType()()
Setzt die FixedFrameType-Eigenschaft auf den Standardwert zurück.

ResetFixedGradientMode()()
Setzt die CellGradientMode-Eigenschaft auf den Standardwert zurück.

ResetFixedRowType()()
Setzt die FixedRowType-Eigenschaft auf den Standardwert zurück.

ResetFocusCellDraw()()
Setzt die FocusCellDraw-Eigenschaft auf den Standardwert zurück.

ResetFont()() (Inherited from Control.)
ResetForeColor()() (Inherited from Control.)
ResetForeColorCell()()
Setzt die ForeColorCell-Eigenschaft auf den Standardwert 'SystemColors.WindowText' zurück.

ResetForeColorColAlternate()()
Setzt die ForeColorColAlternate-Eigenschaft auf den Standardwert zurück.

ResetForeColorFixed()()
Setzt die ForeColorFixed-Eigenschaft auf den Standardwert zurück.

ResetForeColorFocus()()
Setzt die ForeColorFocus-Eigenschaft auf den Standardwert zurück.

ResetForeColorHighlight()()
Setzt die ForeColorHighlight-Eigenschaft auf den Standardwert zurück.

ResetForeColorHover()()
Setzt die ForeColorHover-Eigenschaft auf den Standardwert zurück.

ResetForeColorRowAlternate()()
Setzt die ForeColorRowAlternate-Eigenschaft auf den Standardwert zurück.

ResetFormatString()()
Setzt die FormatString-Eigenschaft auf den Standardwert zurück.

ResetHideSelection()()
Setzt die HideSelection-Eigenschaft auf den Standardwert zurück.

ResetImageAlignHorz()()
Setzt die ImageAlignHorz-Eigenschaft auf den Standardwert zurück.

ResetImageAlignVert()()
Setzt die ImageAlignVert-Eigenschaft auf den Standardwert zurück.

ResetImageIndex()()
Setzt die ImageAlignHorz-Eigenschaft auf den Standardwert zurück.

ResetImageList()()
Setzt die ImageAlignHorz-Eigenschaft auf den Standardwert zurück.

ResetImeMode()() (Inherited from Control.)
ResetMaxColWidth()()
Setzt die MinColWidth-Eigenschaft auf den Standardwert 1 zurück.

ResetMaxRowHeight()()
Setzt die MinRowHeight-Eigenschaft auf den Standardwert 240 zurück.

ResetMinColWidth()()
Setzt die MinColWidth-Eigenschaft auf den Standardwert 1 zurück.

ResetMinRowHeight()()
Setzt die MinRowHeight-Eigenschaft auf den Standardwert 1 zurück.

ResetMouseEventArgs()()
Resets the control to handle the MouseLeave event.
(Inherited from Control.)
ResetOutlineColor()()
Setzt die OutlineColor-Eigenschaft auf den Standardwert zurück.

ResetOutlineDashStyle()()
Setzt die CellFrameDashStyle-Eigenschaft auf den Standardwert Solid zurück.

ResetOutlineIndent()()
Setzt die CellFrameDashStyle-Eigenschaft auf den Standardwert Solid zurück.

ResetOutlinePictureClose()()
Setzt die OutlinePictureClose-Eigenschaft auf den Standardwert zurück.

ResetOutlinePictureNone()()
Setzt die OutlinePictureNone-Eigenschaft auf den Standardwert zurück.

ResetOutlinePictureOpen()()
Setzt die OutlinePictureOpen-Eigenschaft auf den Standardwert zurück.

ResetPreferredColWidth()()
Setzt die MinColWidth-Eigenschaft auf den Standardwert 80 zurück.

ResetPreferredRowHeight()()
Setzt die MinRowHeight-Eigenschaft auf den Standardwert 16 zurück.

ResetRightToLeft()() (Inherited from Control.)
ResetScrollbar()()
Setzt die Scrollbar-Eigenschaft auf den Standardwert zurück.

ResetScrollbarVisible()()
Setzt die ScrollbarVisible-Eigenschaft auf den Standardwert zurück.

ResetScrollMode()()
Setzt die ScrollMode-Eigenschaft auf den Standardwert zurück.

ResetScrollSmooth()()
Setzt die ScrollSmooth-Eigenschaft auf den Standardwert zurück.

ResetSelectionDashStyle()()
Setzt die CellFrameDashStyle-Eigenschaft auf den Standardwert "Solid" zurück.

ResetSelectionFrameColor()()
Setzt die CellFrameColor-Eigenschaft auf den Standardwert zurück.

ResetSelectionFrameWidth()()
Setzt die SelectionFrameWidth-Eigenschaft auf den Standardwert zurück.

ResetSelectionMode()()
Setzt die SelectionMode-Eigenschaft auf den Standardwert zurück.

ResetSelectionType()()
Setzt die SelectionMode-Eigenschaft auf den Standardwert zurück.

ResetStringAlignHorz()()
Setzt die StringAlignHorz-Eigenschaft auf den Standardwert zurück.

ResetStringAlignVert()()
Setzt die StringAlignVert-Eigenschaft auf den Standardwert zurück.

ResetStringTrimming()()
Setzt die StringTrimming-Eigenschaft auf den Standardwert zurück.

ResetText()()
Resets the Text property to its default value.
(Inherited from Control.)
ResetToolTipText()()
Setzt die ToolTipText-Eigenschaft auf den Standardwert zurück.

ResetUseTabKey()()
Setzt die UseTabKey-Eigenschaft auf den Standardwert false zurück.

Resize
Occurs when the control is resized.
(Inherited from Control.)
ResizeRedraw
Gets or sets a value indicating whether the control redraws itself when resized.
(Inherited from Control.)
ResumeLayout()()
Resumes usual layout logic.
(Inherited from Control.)
ResumeLayout(Boolean)
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from Control.)
Right
Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
(Inherited from Control.)
RightCol
Ruft die rechte, eventuell nur teilweise sichtbare Spalte ab, oder legt diese fest.

RightToLeft
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
(Inherited from Control.)
RightToLeftChanged
Occurs when the RightToLeft property value changes.
(Inherited from Control.)
Rows
Gibt die Zeile an der angegebenen, indizierten Position in der Auflistung an.

RowSizeEnd
Tritt ein, nachdem die Zeilenhöhen mehrerer Zeilen verändert wurde.

RowSizeStart
Tritt ein, bevor die Zeilenhöhen mehrerer Zeilen verändert wird.

RtlTranslateAlignment(HorizontalAlignment)
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(Inherited from Control.)
RtlTranslateAlignment(LeftRightAlignment)
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(Inherited from Control.)
RtlTranslateAlignment(ContentAlignment)
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(Inherited from Control.)
RtlTranslateContent(ContentAlignment)
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(Inherited from Control.)
RtlTranslateHorizontal(HorizontalAlignment)
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(Inherited from Control.)
RtlTranslateLeftRight(LeftRightAlignment)
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(Inherited from Control.)
Scale(Single) Obsolete. (Inherited from Control.)
Scale(Single, Single) Obsolete. (Inherited from Control.)
Scale(SizeF)
Scales the control and all child controls by the specified scaling factor.
(Inherited from Control.)
ScaleChildren
Gets a value that determines the scaling of child controls.
(Inherited from Control.)
ScaleControl(SizeF, BoundsSpecified) (Inherited from ScrollableControl.)
ScaleCore(Single, Single) (Inherited from ScrollableControl.)
Scroll
Occurs when the user or code scrolls through the client area.
(Inherited from ScrollableControl.)
Scrollbar
Ruft die Einstellung der anzuzeigenden Bildlaufleisten ab oder legt diese fest.

ScrollbarVisible
Ruft die Einstellung zur Sichtbarkeit der anzuzeigenden Bildlaufleisten ab oder legt diese fest.

ScrollControlIntoView(Control)
Scrolls the specified child control into view on an auto-scroll enabled control.
(Inherited from ScrollableControl.)
ScrollMode
Ruft einen ScrollMode-Wert ab, der angibt, wie die Ansicht durch die Bildlaufleisten aktuallisiert wird, oder legt diesen fest.

ScrollSmooth
Ruft einen ScrollSmooth-Wert ab, der angibt, wie weich die Ansicht durch die Bildlaufleisten verschoben wird, oder legt diesen fest.

ScrollToControl(Control)
Calculates the scroll offset to the specified child control.
(Inherited from ScrollableControl.)
Select(Boolean, Boolean) (Inherited from ContainerControl.)
Selection
Ruft das Selection-Objekt ab, welches Information über aktuelle Markierungen im Steuerelement enthält.

SelectionDashStyle
Ruft das Linienmuster ab, das bestimmt, wie der Rand der Markierung gezeichnet wird, oder legt dieses fest.

SelectionEnd
Tritt ein, nachdem die sich Markierung der Zellen das letzte Mal ändernt hat.

SelectionFrameColor
Ruft die Rahmenfarbe für Markierungen ab oder legt diese fest.
Ruft die Farbe ab, mit der die Rahmen der Zeilen gezeichnet werden, oder legt diese fest.

SelectionFrameWidth
Ruft die Rahmenbreite der Markierungen ab, oder legt diese fest.

SelectionMode
Ruft das Verfahren für die Kombinationsmöglichkeiten zur Auswahl von Zellen im Grid ab, oder legt dieses fest.

SelectionStart
Tritt ein, bevor die sich Markierung der Zellen das erste Mal ändern.

SelectionType
Ruft das Verfahren für die Auswahl von Zellen im Grid ab oder legt dieses fest.

SelectNextControl(Control, Boolean, Boolean, Boolean, Boolean)
Activates the next control.
(Inherited from Control.)
SendToBack()()
Sends the control to the back of the z-order.
(Inherited from Control.)
SetAutoScrollMargin(Int32, Int32)
Sets the size of the auto-scroll margins.
(Inherited from ScrollableControl.)
SetAutoSizeMode(AutoSizeMode)
Sets a value indicating how a control will behave when its AutoSize property is enabled.
(Inherited from Control.)
SetBounds(Int32, Int32, Int32, Int32)
Sets the bounds of the control to the specified location and size.
(Inherited from Control.)
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
Sets the specified bounds of the control to the specified location and size.
(Inherited from Control.)
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
Performs the work of setting the specified bounds of this control.
(Inherited from Control.)
SetClientSizeCore(Int32, Int32)
Sets the size of the client area of the control.
(Inherited from Control.)
SetDisplayRectLocation(Int32, Int32)
Positions the display window to the specified value.
(Inherited from ScrollableControl.)
SetScrollState(Int32, Boolean)
Sets the specified scroll state flag.
(Inherited from ScrollableControl.)
SetStyle(ControlStyles, Boolean)
Sets the specified style bit to the specified value.
(Inherited from Control.)
SetTopLevel(Boolean)
Sets the control as the top-level control.
(Inherited from Control.)
SetVisibleCore(Boolean)
Sets the control to the specified visible state.
(Inherited from Control.)
ShouldSerializeBackColorApp()()
Ruft einen Wert ab, der angibt, ob die BackColorApp-Eigenschaft beibehalten werden soll.

ShouldSerializeBackColorCell()()
Ruft einen Wert ab, der angibt, ob die BackColorCell-Eigenschaft beibehalten werden soll.

ShouldSerializeBackColorCellGradient()()
Ruft einen Wert ab, der angibt, ob die BackColorCell-Eigenschaft beibehalten werden soll.

ShouldSerializeBackColorColAlternate()()
Ruft einen Wert ab, der angibt, ob die BackColorColAlternate-Eigenschaft beibehalten werden soll.

ShouldSerializeBackColorFixed()()
Ruft einen Wert ab, der angibt, ob die BackColorFixed-Eigenschaft beibehalten werden soll.

ShouldSerializeBackColorFixedGradient()()
Ruft einen Wert ab, der angibt, ob die BackColorFixed-Eigenschaft beibehalten werden soll.

ShouldSerializeBackColorFocus()()
Ruft einen Wert ab, der angibt, ob die BackColorFocus-Eigenschaft beibehalten werden soll.

ShouldSerializeBackColorHighlight()()
Ruft einen Wert ab, der angibt, ob die BackColorHighlight-Eigenschaft beibehalten werden soll.

ShouldSerializeBackColorHover()()
Ruft einen Wert ab, der angibt, ob die BackColorHover-Eigenschaft beibehalten werden soll.

ShouldSerializeBackColorRowAlternate()()
Ruft einen Wert ab, der angibt, ob die BackColorRowAlternate-Eigenschaft beibehalten werden soll.

ShouldSerializeCellFrameColor()()
Ruft einen Wert ab, der angibt, ob die CellFrameColor-Eigenschaft beibehalten werden soll.

ShouldSerializeCellPadding()()
Ruft einen Wert ab, der angibt, ob die CellPadding-Eigenschaft beibehalten werden soll.

ShouldSerializeForeColorCell()()
Ruft einen Wert ab, der angibt, ob die ForeColorCell-Eigenschaft beibehalten werden soll.

ShouldSerializeForeColorColAlternate()()
Ruft einen Wert ab, der angibt, ob die ForeColorColAlternate-Eigenschaft beibehalten werden soll.

ShouldSerializeForeColorFixed()()
Ruft einen Wert ab, der angibt, ob die ForeColorFixed-Eigenschaft beibehalten werden soll.

ShouldSerializeForeColorFocus()()
Ruft einen Wert ab, der angibt, ob die ForeColorFocus-Eigenschaft beibehalten werden soll.

ShouldSerializeForeColorHighlight()()
Ruft einen Wert ab, der angibt, ob die ForeColorHighlight-Eigenschaft beibehalten werden soll.

ShouldSerializeForeColorHover()()
Ruft einen Wert ab, der angibt, ob die ForeColorHover-Eigenschaft beibehalten werden soll.

ShouldSerializeForeColorRowAlternate()()
Ruft einen Wert ab, der angibt, ob die ForeColorRowAlternate-Eigenschaft beibehalten werden soll.

ShouldSerializeOutlineColor()()
Ruft einen Wert ab, der angibt, ob die OutlineColor-Eigenschaft beibehalten werden soll.

ShouldSerializeSelectionFrameColor()()
Ruft einen Wert ab, der angibt, ob die SelectionFrameColor-Eigenschaft beibehalten werden soll.

Show()()
Displays the control to the user.
(Inherited from Control.)
ShowFocusCues
Gets a value indicating whether the control should display focus rectangles.
(Inherited from Control.)
ShowKeyboardCues
Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.
(Inherited from Control.)
Site
Gets or sets the site of the control.
(Inherited from Control.)
Size
Gets or sets the height and width of the control.
(Inherited from Control.)
SizeChanged
Occurs when the Size property value changes.
(Inherited from Control.)
SizeFromClientSize(Size)
Determines the size of the entire control from the height and width of its client area.
(Inherited from Control.)
StringAlignHorz
Ruft die horizontale Ausrichtung von Text in den Zellen ab oder legt diese fest.

StringAlignVert
Ruft die vertikale Ausrichtung von Text in den Zellen ab oder legt diese fest.

StringTrimming
Ruft die Eigenschaft ab, wie gezeichneter Text verkürzt wird, wenn er über die Ränder der Zelle hinausreicht, oder legt diese fest.

StyleChanged
Occurs when the control style changes.
(Inherited from Control.)
SuspendLayout()()
Temporarily suspends the layout logic for the control.
(Inherited from Control.)
SystemColorsChanged
Occurs when the system colors change.
(Inherited from Control.)
TabIndex
Gets or sets the tab order of the control within its container.
(Inherited from Control.)
TabIndexChanged
Occurs when the TabIndex property value changes.
(Inherited from Control.)
TabStop
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
(Inherited from Control.)
TabStopChanged
Occurs when the TabStop property value changes.
(Inherited from Control.)
Tag
Gets or sets the object that contains data about the control.
(Inherited from Control.)
Text
Ruft einen Wert ab, der den dargestellten Text der Fokuszelle entspricht.
(Overrides UserControl.Text.)
TextChanged (Inherited from UserControl.)
ToolTipText
Ruft den QuickInfo-Text ab, der angezeigt wird, wenn mit dem Mauszeiger auf das Steuerelement gezeigt wird, oder legt diesen fest.

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.
(Inherited from Control.)
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.
(Inherited from Control.)
TopRow
Ruft die oberste, nicht fixierte, eventuell nur teilweise sichtbare Zeile ab, oder legt diese fest.

ToString()()
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Update()()
Causes the control to redraw the invalidated regions within its client area.
(Inherited from Control.)
UpdateBounds()()
Updates the bounds of the control with the current size and location.
(Inherited from Control.)
UpdateBounds(Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size and location.
(Inherited from Control.)
UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size, location, and client size.
(Inherited from Control.)
UpdateDefaultButton()()
When overridden by a derived class, updates which button is the default button.
(Inherited from ContainerControl.)
UpdateStyles()()
Forces the assigned styles to be reapplied to the control.
(Inherited from Control.)
UpdateZOrder()()
Updates the control in its parent's z-order.
(Inherited from Control.)
UseTabKey
Ruft die Verwendung der Tabulatortaste zur Bewegung der Fokuszelle ab, oder legt dieses fest.

UseWaitCursor
Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.
(Inherited from Control.)
Validate()()
Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order.
(Inherited from ContainerControl.)
Validate(Boolean)
Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on.
(Inherited from ContainerControl.)
ValidateChildren()() (Inherited from UserControl.)
ValidateChildren(ValidationConstraints) (Inherited from UserControl.)
Validated
Occurs when the control is finished validating.
(Inherited from Control.)
Validating
Occurs when the control is validating.
(Inherited from Control.)
ValueChanged
Tritt ein, wenn die Value-Eigenschaft geändert wurde.

Version

VerticalScroll
Gets the characteristics associated with the vertical scroll bar.
(Inherited from ScrollableControl.)
Visible
Gets or sets a value indicating whether the control is displayed.
(Inherited from Control.)
VisibleChanged
Occurs when the Visible property value changes.
(Inherited from Control.)
VScroll
Gets or sets a value indicating whether the vertical scroll bar is visible.
(Inherited from ScrollableControl.)
Width
Gets or sets the width of the control.
(Inherited from Control.)
WindowTarget (Inherited from Control.)
WndProc(Message%) (Inherited from UserControl.)
Remarks
Das Grid im Namespace ppsGrid ermöglicht es den Benutzern, große Mengen von beliebigen Daten als Tabellenblatt anzuzeigen. Es unterstützt den Programmierer auf vielfältige Art und Weise bei der Erstellung solcher Tabellen. Viele Einstellungen lassen sich bereits zur Design-Zeit in der IDE (Programmierumgebung) festlegen und halten sich bei ihren Verhalten und Möglichkeiten an anderen Steuerelemente des dotNet-Frameworks (Listbox, Combobox, DataGrid, Textbox usw.). Diverse Auflistungen (Spalten, Zeilen, Zellen usw.) ermöglichen schnellen wie auch komfortablen Zugriff auf alle Einstellmöglichkeiten.
Das Grid-Steuerelement ermöglicht unter Verwendung der SelectionMode- und SelectionType- Eigenschaften die einfache oder mehrfache Auswahl. Die Auswahl kann auf die Zelle genau abgefragt werden. Ereignisse unterrichten den Programmierer praxisnah über jedes Detail. Das Grid stellt beliebig viele Spalten und Zeilen bereit und kann zusätzlich ein Struktur mit mehreren Ebenen (Treeview/Outline) anzeigen und verwalten. Ein Tabellenplatt mit mehreren Ebenen läßt sich denoch über beliebige Spalten sortieren. Die Sortierung kann durch Schnittstellen auf eigenen Objekte erweitert werden. Die meisten Eigenschaften der Zellen sind 'ambient' ausgelegt; soll heißen holen sich, wenn keine eigenen Werte vorhanden sind, ihre Werte von übergeordneten Komponenten.
Die Möglichkeiten, die dem Benutzer des Grids zur Verfügung steht, kann der Programmierer beliebig anpassen: Sortieren, Verschieben, Höhen und Breiten ändern, Markieren von Spalten, Zeilen und Zellen, einfach, mehrfach, mit der Maus und der Tastatur, mit und ohne Sondertasten, alles ist möglich und kombinierbar.

Examples
CopyC#
Grid    grd = new Grid();
grd.AddCols(10);                                                    // 10 spalten
grd.AddRows(10);                                                    // ..und 10 Zeilen
grd[1,1].Value = "Hallo";                                           // Zelle 1,1 zeigt "Hallo"
grd.Cells[2,2].Value = "Hallo";                                     // Zelle 2,2 auch
grd.Cells[3,3].Font = new Font("Arial",24);                         // Zelle 3,3 bekommt ein Font
grd.Cols[4].Name = "colName";                                       // Spalte benennen
grd.Cells["colName", "rowLast"].ToolTipText = "torsten";            // Zugriff auf benannte Zelle
grd.Rows[3].Font = new Font("Arial", 12);                           // Zeile 3 auch (Zelle 3,3 behält Arial/24)
grd.Rows[2].BackColorCell = SystemColors.Info;                      // Systemfarbe für Zeile 2
grd.Cols[3].BackColorFixed = Color.FromKnownColor(KnownColor.Red);  // Rot für fixierte Zellen in Spalte 3
foreach(GridRow row in grd.Rows)                                    // alle zeilen
  row.Height = 24;                                                  // ..höhe auf 24 pixel
Inheritance Hierarchy
Object
MarshalByRefObject
 Component
  Control
   ScrollableControl
    ContainerControl
     UserControl
      Grid

Assembly: ppsGrid (Module: ppsGrid) Version: 1.3.4.0