ArcFM Engine Developer Guide
DropDownItemCollection Class Members
Properties  Methods 


The following tables list the members exposed by DropDownItemCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of child panes defined for this parent pane.  
Public PropertyIsReadOnlyReturns whether this collection consists of readonly members.  
Public PropertyIsSynchronizedReturns whether access to the collection is thread safe.  
Public PropertyItemRetrieves an item from the list by its index number in list.  
Public PropertySyncRootReturns an object that can be used to synchronize assess to the collection.  
Top
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a new item to the list of dropdown items.  
Public MethodAddRangeAdds a group of items to the dropdown list.  
Public MethodClearClears the list of drop down items.  
Public MethodContainsOverloaded. Returns whether the specified item is in the collection.  
Public MethodCopyToCopies the items in this collection into an array.  
Public MethodGetEnumeratorProvides an enumerator for iteration over this collection.  
Public MethodIndexOfReturns the index of the drop down item in the collection or -1 if not found in the collection.  
Public MethodInsertInserts an item into the list.  
Public MethodRemoveRemoves an item from the collection.  
Public MethodRemoveAtRemoves the item at the specified index from the collection.  
Top
See Also

Reference

DropDownItemCollection Class
Miner.Windows Namespace

 

 


Send Comment