ExpressionEditButtons.GetItem

Syntax

ExpressionEditButtons.GetItem( indexOrKind, specify)

Return Value

ExpressionEditButton

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.

See Also

ExpressionEditButtonKinds

ExpressionEditButtons.Count