
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class ImageMapList Inherits Xceed.Utils.Collections.ListBase
'Usage Dim instance As ImageMapList
[DefaultMember("Item")] [ListBindable(false)] public class ImageMapList : Xceed.Utils.Collections.ListBase
System.Object
Xceed.Grid.Editors.ImageMapList
Name | Description | |
---|---|---|
![]() | IsFixedSize | Overridden. Gets a value indicating whether the ImageMapList has a fixed size. |
![]() | IsReadOnly | Overridden. Gets a value indicating whether the ImageMapList is readonly. |
![]() | Item | Gets the ImageMap object at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a ImageMap object to the list. |
![]() | AddRange | Adds the elements of a ImageMap array to the end of the ValueIndexCollection collection. |
![]() | Clear | Removes all ImageMap objects from the list. |
![]() | Contains | Retrieves a boolean value indicating if a specific ImageMap object exists in the list. |
![]() | IndexOf | Searches for the specified ImageMap object and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Inserts a ImageMap object into the list at the specified index. |
![]() | Remove | Removes the ImageMap object from the list. |
![]() | RemoveAt | Removes the ImageMap object from the list at the specified index. |
Name | Description | |
---|---|---|
![]() | OnValidate | Overridden. Performs additional custom processes when validating a value. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2