asposediagram.api

Class ControlCollection

Control collection.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
 
Method Summary
methodadd(item)
Add the Control object in the collection.
methodclear()
methodgetControl(IX)
Gets the element at the specified index IX.
methodgetControlFromId(ID)
Gets the element at the specified ID.
methodgetControlFromName(name)
Gets the element at the specified name.
methoditerator()
Reserved for internal use.
methodremove(item)
Remove the Control object from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(item)
        Add the Control object in the collection.
        Returns:
      • remove

         remove(item)
        Remove the Control object from the collection.
      • getControl

        Control getControl(IX)
        Gets the element at the specified index IX.
        Parameters:
        IX: int -
        Returns:
      • getControlFromId

        Control getControlFromId(ID)
        Gets the element at the specified ID.
        Parameters:
        ID: int -
        Returns:
      • getControlFromName

        Control getControlFromName(name)
        Gets the element at the specified name.
        Parameters:
        name: String -
        Returns:
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.