ConceptHMI Web Help
DisconnectedUIElementCollection Class Members
Properties  Methods  Events


The following tables list the members exposed by DisconnectedUIElementCollection.

Public Constructors
 NameDescription
Public ConstructorDisconnectedUIElementCollection ConstructorThis collection can be used by a panel to maintain a collection of child elements that are *not* connected to their owner as visual children or logical children.  
Top
Public Properties
 NameDescription
Public PropertyCapacityOverridden.   
Public PropertyCountOverridden. Gets the number of elements in the collection.  
Public PropertyItemOverridden.   
Top
Public Methods
 NameDescription
Public MethodAddOverridden. Adds the element to the DisconnectedUIElementCollection  
Public MethodClearOverridden. Removes all elements from the DisconnectedUIElementCollection  
Public MethodContainsOverridden. Determines whether an element is in the DisconnectedUIElementCollection  
Public MethodCopyToOverloaded. Overridden. Copies the collection into the Array  
Public MethodGetEnumeratorOverridden. Returns an enumerator that can iterate through the collection.  
Public MethodIndexOfOverridden. Returns the index of the element in the DisconnectedUIElementCollection  
Public MethodInitializeThe Initialize method is simply exposed as an accessible member that can be called from the ConceptualPanel's Loaded event. Accessing this member via the Children property will implicitly cause CreateUIElementCollection to be called to create the disconnected collection. This method exists because simple access of a property like Count might be optimized away by an aggressive compiler.  
Public MethodInsertOverridden. Inserts an element into the DisconnectedUIElementCollection at the specified index  
Public MethodRemoveOverridden. Removes the specified element from the DisconnectedUIElementCollection  
Public MethodRemoveAtOverridden. Removes the element at the specified index from the DisconnectedUIElementCollection  
Public MethodRemoveRangeOverridden. Removes the specified number of elements starting at the specified index from the DisconnectedUIElementCollection  
Top
Extension Methods
 NameDescription
Public Extension MethodFilterOverloaded. Filters the specified list.
Public Extension MethodGetImageOverloaded. Gets the image.
Public Extension MethodIfNotNull<T,U>
Top
Public Events
 NameDescription
Public EventCollectionChangedSince the owner of the collection is not the parent of the elements, it needs a mechanism by which to monitor its collection of child visuals. This class provides such notifications via INotifyCollectionChanged.  
Top
See Also

Reference

DisconnectedUIElementCollection Class
Concept.Utils.Wpf Namespace

 

 


© 2016 Objectis

Send Feedback