Name | Description | |
---|---|---|
PSObjects Constructor | Creates a new instance of a presentation space object collection. |
The following tables list the members exposed by PSObjects.
Name | Description | |
---|---|---|
PSObjects Constructor | Creates a new instance of a presentation space object collection. |
Name | Description | |
---|---|---|
elementNotifyList | Array list of element notify (Inherited from FarPoint.Win.Elements) | |
ignoreCheckingType | (Inherited from FarPoint.Win.Elements) | |
items | Array list of items (Inherited from FarPoint.Win.Elements) |
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. (Inherited from FarPoint.Win.Elements) | |
IsSynchronized | Internal use only. (Inherited from FarPoint.Win.Elements) | |
Item | Gets the element at the specified index within the collection. (Inherited from FarPoint.Win.Elements) | |
SyncRoot | Internal use only. (Inherited from FarPoint.Win.Elements) |
Name | Description | |
---|---|---|
Add | Overloaded. Adds an element to the collection and returns its index. (Inherited from FarPoint.Win.Elements) | |
AddDeletedNotify | Internal use only. (Inherited from FarPoint.Win.Elements) | |
AddNotify | Internal use only. (Inherited from FarPoint.Win.Elements) | |
AddRange | Internal use only. (Inherited from FarPoint.Win.Elements) | |
Clear | Removes all the elements from the collection. (Inherited from FarPoint.Win.Elements) | |
Contains | Gets whether an element is in the collection. (Inherited from FarPoint.Win.Elements) | |
CopyTo | Internal use only. (Inherited from FarPoint.Win.Elements) | |
Find | Overloaded. Finds an element in the collection that matches the specified name. (Inherited from FarPoint.Win.Elements) | |
FindByType | Finds an element in the collection that matches the specified type and name. (Inherited from FarPoint.Win.Elements) | |
FireElementAddNotify | Internal use only. (Inherited from FarPoint.Win.Elements) | |
FireElementDeletedNotify | Internal use only. (Inherited from FarPoint.Win.Elements) | |
FireElementDeletingNotify | Internal use only (Inherited from FarPoint.Win.Elements) | |
FireElementNotify | Internal use only. (Inherited from FarPoint.Win.Elements) | |
GetEnumerator | Overloaded. Returns the index and number of the array list of elements. (Inherited from FarPoint.Win.Elements) | |
IndexOf | Get the index of an element in the collection. (Inherited from FarPoint.Win.Elements) | |
Insert | Overloaded. Inserts an element to the collection at the specified index. (Inherited from FarPoint.Win.Elements) | |
MoveItemInternal | Internal use only (Inherited from FarPoint.Win.Elements) | |
Remove | Removes the specified element from the collection. (Inherited from FarPoint.Win.Elements) | |
RemoveAt | Removes the specified element (by index) from the collection. (Inherited from FarPoint.Win.Elements) | |
RemoveByName | Removes the specified element (by name) from the collection. (Inherited from FarPoint.Win.Elements) | |
RemoveDeletedNotify | Internal use only. (Inherited from FarPoint.Win.Elements) | |
RemoveNotify | Internal use only. (Inherited from FarPoint.Win.Elements) | |
Replace | Replaces an existing element with a new one. (Inherited from FarPoint.Win.Elements) | |
ReplaceAt | Replaces an existing element index with a new one. (Inherited from FarPoint.Win.Elements) |
Name | Description | |
---|---|---|
ElementAddNotify | Occurs when an element is added. (Inherited from FarPoint.Win.Elements) | |
ElementDeletingNotify | Occurs when an element is deleted. (Inherited from FarPoint.Win.Elements) |