[]
C1CommandLinks
[ListBindable(false)]
public class C1CommandLinks : ArrayList, IList, ICollection, IEnumerable, ICloneable
Name | Description |
---|---|
this[int] | Gets or sets the element at the specified index. |
Name | Description |
---|---|
Add(object) | Adds an object to the end. |
AddRange(C1CommandLink[]) | Adds the elements of an ICollection to the end. |
AddRange(ICollection) | Adds the elements of an ICollection to the end. |
BeginUpdate() | This method prevents the control from painting until the EndUpdate method is called. |
Clear() | Removes all elements |
ClearAll() | Move all links from More submenu to visible links, removes all elements from the C1.Win.C1Command.IBarInternal.VisibleLinks collection, etc. |
EndUpdate() | Resumes painting after painting is suspended by the BeginUpdate method. |
Insert(int, object) | Inserts an element into the C1CommandLinks at the specified index. |
InsertRange(int, ICollection) | Inserts the elements of a collection into the C1CommandLinks at the specified index. |
MoveTo(C1CommandLink, int) | Moves an element to the specified index. |
Remove(object) | Removes the element. |
RemoveAt(int) | Removes the element at the specified index. |
RemoveRange(int, int) | Removes a range of elements |
ResetLinksUsage() | Resets all counters stored for recent link showing |
SetRange(int, ICollection) | Copies the elements of a collection over a range of elements. |