
'Declaration <DefaultMemberAttribute("Item")> Public Class WinButtonCollection
'Usage Dim instance As WinButtonCollection
[DefaultMember("Item")] public class WinButtonCollection
System.Object
Xceed.Editors.WinButtonCollection
Name | Description | |
---|---|---|
![]() | Count | Gets the number of WinButton controls in the collection. |
![]() | IsFixedSize | Gets a boolean value indicating whether the WinButtonCollection has a fixed size. |
![]() | IsReadOnly | Gets a boolean value indicating whether the WinButtonCollection is readonly. |
![]() | IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). |
![]() | Item | Gets or sets the WinButton at the specified index. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified WinButton to the collection. |
![]() | Clear | Removes all the WinButtons from the collection. |
![]() | Contains | Retrieves a boolean value indicating if the specified WinButton exists in the collection. |
![]() | CopyTo | Copies the WinButton controls stored in the collection an System.Array, beginning at the specified index location in the array |
![]() | GetEnumerator | Returns an enumerator that can iterate through the WinButtonCollection. |
![]() | IndexOf | Searches for the specified WinButton and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Inserts a WinButton into the collection at the specified index. |
![]() | Remove | Removes the specified WinButton from the collection. |
![]() | RemoveAt | Removes the WinButton from the collection at the specified index. |
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