ExpressionEditButtons.GetItem
- Updated2025-07-21
- 1 minute(s) read
ExpressionEditButtons.GetItem
Syntax
ExpressionEditButtons.GetItem( indexOrKind, specify)
Return Value
Purpose
Returns the ExpressionEdit button at the specified index or of the specified kind.
Parameters
indexOrKind As Long
[In] When you pass SpecifyButton_ByIndex as the specify parameter, indexOrKind is the zero-based index of the button to return. When you pass SpecifyButton_ByKind , the first button in the collection with a kind of indexOrKind is returned or NULL is returned when no button with a kind of indexOrKind exists.
specify As SpecifyExpressionEditButton
[In] Specifies whether indexOrKind is a button index or a button kind.