This documentation is archived and is not being maintained.
TableRowsCollectionEditor Members
.NET Framework 1.1
TableRowsCollectionEditor overview
Public Constructors
TableRowsCollectionEditor Constructor | Initializes a new instance of the TableRowsCollectionEditor class. |
Public Methods
EditValue (inherited from CollectionEditor) | Overloaded. Edits the value of the specified object. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetEditStyle (inherited from CollectionEditor) | Overloaded. Gets the edit style used by the EditValue method. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetPaintValueSupported (inherited from UITypeEditor) | Overloaded. Indicates whether this editor supports painting a representation of an object's value. |
GetType (inherited from Object) | Gets the Type of the current instance. |
PaintValue (inherited from UITypeEditor) | Overloaded. Paints a representation of the value of an object. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Properties
CollectionItemType (inherited from CollectionEditor) | Gets the data type of each item in the collection. |
CollectionType (inherited from CollectionEditor) | Gets the data type of the collection object. |
Context (inherited from CollectionEditor) | Gets a type descriptor that indicates the current context. |
HelpTopic (inherited from CollectionEditor) | Gets the Help keyword to display the Help topic or topic list for when the editor's dialog Help button or the F1 key is pressed. |
NewItemTypes (inherited from CollectionEditor) | Gets the available types of items that can be created for this collection. |
Protected Methods
CanRemoveInstance (inherited from CollectionEditor) | Indicates whether original members of the collection can be removed. |
CanSelectMultipleInstances | Overridden. Indicates whether multiple instances may be selected. |
CreateCollectionForm (inherited from CollectionEditor) | Creates a new form to display and edit the current collection. |
CreateCollectionItemType (inherited from CollectionEditor) | Gets the data type that this collection contains. |
CreateInstance | Overridden. Creates an instance of the specified type. |
CreateNewItemTypes (inherited from CollectionEditor) | Gets the data types that this collection editor can contain. |
DestroyInstance (inherited from CollectionEditor) | Destroys the specified instance of the object. |
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetItems (inherited from CollectionEditor) | Gets an array of objects containing the specified collection. |
GetService (inherited from CollectionEditor) | Gets the requested service, if it is available. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SetItems (inherited from CollectionEditor) | Sets the specified array as the items of the collection. |
ShowHelp (inherited from CollectionEditor) | Displays the default Help topic for the collection editor. |
See Also
TableRowsCollectionEditor Class | System.Web.UI.Design.WebControls Namespace
Show:
