MasterShortcutCollection
MasterShortcutCollection class
MasterShortcut collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | MasterShortcut |
Methods
| Name | Description |
|---|---|
| add | Add the Master object in the collection. |
| remove | Remove the MasterShortcut object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
MasterShortcutCollection.Count property
Type: int
MasterShortcutCollection.Item (int) property
Type: MasterShortcut
add(masterShortcut)
Add the Master object in the collection.
| Parameter | Type | Description |
|---|---|---|
| masterShortcut | MasterShortcut |
remove(masterShortcut)
Remove the MasterShortcut object from the collection.
| Parameter | Type | Description |
|---|---|---|
| masterShortcut | MasterShortcut |
clear()
removeAt(index)
iterator()
Reserved for internal use.