
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class CalculatorButtonStyleList Inherits Xceed.Utils.Collections.ListBase
'Usage Dim instance As CalculatorButtonStyleList
[DefaultMember("Item")] [ListBindable(false)] public class CalculatorButtonStyleList : Xceed.Utils.Collections.ListBase
There are 3 ways to access or modify the items of the list: If you want all verifications to be done, use the List* methods. To bypass the fixed size and read-only verifications, use the Internal* methods. If you do not want to On* methods to be called and you also want to bypass the fixed size and read only verifications, then use the Array* methods.
When you derive from this class you must call List* for all typed IList implementations.
System.Object
Xceed.Editors.CalculatorButtonStyleList
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