ArcFM Desktop Developer Guide
DockPaneCollection Class Members
Properties  Methods 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by DockPaneCollection.

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 PropertyItemOverloaded. Retrieves a child pane from the list of child panes by index number in list.  
Public PropertySyncRootReturns an object that can be used to synchronize assess to the collection.  
Public PropertyUnpinnedCountGets the recursive count of the number of child panes that are unpinned for this parent.  
Public PropertyVisibleCountGets the recursive count of the number of child panes that are visible for this parent.  
Top
Public Methods
 NameDescription
Public MethodAddAdds a new child pane to the list of child panes for this parent.  
Public MethodAddRangeAdds a group of child panes to the list of child panes for this parent.  
Public MethodClearClears the list of child panes for this parent pane.  
Public MethodContainsOverloaded. Returns whether the specified pane is in the collection.  
Public MethodCopyToCopies the items in this collection into an array.  
Public MethodGetEnumeratorProvides support to allow type-safe iteration over the CommandCollection.  
Public MethodInsertInserts a child pane into the list of child panes for this parent.  
Public MethodRemoveRemoves a child pane from the list of child panes for this parent.  
Public MethodRemoveAtRemoves the child pane at the specified index from the collection.  
Top
See Also

Reference

DockPaneCollection Class
Miner.Windows.Docking Namespace

 

 


Send Comment