asposediagram.api

Class MasterShortcutCollection

MasterShortcut collection.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
 
Method Summary
methodadd(masterShortcut)
Add the Master object in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(masterShortcut)
Remove the MasterShortcut object from the collection.
methodremoveAt(index)
 

    • Method Detail

      • add

        int add(masterShortcut)
        Add the Master object in the collection.
        Parameters:
        masterShortcut: MasterShortcut -
        Returns:
      • remove

         remove(masterShortcut)
        Remove the MasterShortcut object from the collection.
        Parameters:
        masterShortcut: MasterShortcut -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.