Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
CursorButtons.get_Item Method |
Returns the CursorButton object at the known index in a CursorButtons collection.
Overload List
public CursorButton get_Item(Guid) public CursorButton get_Item(Int32)
Remarks
An error occurs if the index doesn't match any existing member of the CursorButtons collection.
Note: [C#] Use the CursorButtons collection's indexer as shown in the following example rather than using the CursorButtons collection's get_Item method.
Examples
See Also