Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
DataGridViewElement Class

Provides the base class for elements of a DataGridView control.

System..::.Object
  System.Windows.Forms..::.DataGridViewElement
    System.Windows.Forms..::.DataGridViewBand
    System.Windows.Forms..::.DataGridViewCell

Namespace:  System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)
Visual Basic
Public Class DataGridViewElement
C#
public class DataGridViewElement
Visual C++
public ref class DataGridViewElement
F#
type DataGridViewElement =  class end

The DataGridViewElement type exposes the following members.

  NameDescription
Public methodDataGridViewElementInitializes a new instance of the DataGridViewElement class.
Top
  NameDescription
Public propertyDataGridViewGets the DataGridView control associated with this element.
Public propertyStateGets the user interface (UI) state of the element.
Top
  NameDescription
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnDataGridViewChangedCalled when the element is associated with a different DataGridView.
Protected methodRaiseCellClickRaises the DataGridView..::.CellClick event.
Protected methodRaiseCellContentClickRaises the DataGridView..::.CellContentClick event.
Protected methodRaiseCellContentDoubleClickRaises the DataGridView..::.CellContentDoubleClick event.
Protected methodRaiseCellValueChangedRaises the DataGridView..::.CellValueChanged event.
Protected methodRaiseDataErrorRaises the DataGridView..::.DataError event.
Protected methodRaiseMouseWheelRaises the Control..::.MouseWheel event.
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

The .NET Framework supplies two specialized classes that derive from DataGridViewElement: DataGridViewCell, which represents individual elements, and DataGridViewBand, which represents a series of grouped subelements.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Biblioteca de clases de .NET Framework
DataGridViewElement (Clase)

Proporciona la clase base de los elementos de un control DataGridView.

System..::.Object
  System.Windows.Forms..::.DataGridViewElement
    System.Windows.Forms..::.DataGridViewBand
    System.Windows.Forms..::.DataGridViewCell

Espacio de nombres:  System.Windows.Forms
Ensamblado:  System.Windows.Forms (en System.Windows.Forms.dll)
Visual Basic
Public Class DataGridViewElement
C#
public class DataGridViewElement
Visual C++
public ref class DataGridViewElement
F#
type DataGridViewElement =  class end

El tipo DataGridViewElement expone los siguientes miembros.

  NombreDescripción
Método públicoDataGridViewElementInicializa una nueva instancia de la clase DataGridViewElement.
Arriba
  NombreDescripción
Propiedad públicaDataGridViewObtiene el control DataGridView asociado a este elemento.
Propiedad públicaStateObtiene el estado de la interfaz de usuario del elemento.
Arriba
  NombreDescripción
Método públicoEquals(Object)Determina si el objeto Object especificado es igual al objeto Object actual. (Se hereda de Object).
Método protegidoFinalizePermite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object).
Método públicoGetHashCodeActúa como función hash para un tipo concreto. (Se hereda de Object).
Método públicoGetTypeObtiene el objeto Type de la instancia actual. (Se hereda de Object).
Método protegidoMemberwiseCloneCrea una copia superficial del objeto Object actual. (Se hereda de Object).
Método protegidoOnDataGridViewChangedSe llama cuando el elemento está asociado con un control DataGridView distinto.
Método protegidoRaiseCellClickProvoca el evento DataGridView..::.CellClick.
Método protegidoRaiseCellContentClickGenera el evento DataGridView..::.CellContentClick.
Método protegidoRaiseCellContentDoubleClickGenera el evento DataGridView..::.CellContentDoubleClick.
Método protegidoRaiseCellValueChangedGenera el evento DataGridView..::.CellValueChanged.
Método protegidoRaiseDataErrorGenera el evento DataGridView..::.DataError.
Método protegidoRaiseMouseWheelProvoca el evento Control..::.MouseWheel.
Método públicoToStringDevuelve una cadena que representa el objeto actual. (Se hereda de Object).
Arriba

.NET Framework proporciona dos clases especializadas derivadas de DataGridViewElement: DataGridViewCell, que representa los elementos individuales, y DataGridViewBand, que representa una serie de subelementos agrupados.

.NET Framework

Compatible con: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Compatible con: 4, 3.5 SP1

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2

.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker