CursorButtons.Item Property
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Gets the specified CursorButton object within the CursorButtons collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Item[Guid] | Gets the CursorButton object with the specified globally unique identifier (GUID) within the CursorButtons collection. | |
Item[Int32] | Gets the CursorButton object at the specified index within the CursorButtons collection. |
Top