<Code Lib>
2021 Method
Changes 7
M

FabricationService.IsValidButtonIndex

Description:
Validates the button index.

public bool IsValidButtonIndex(
	int groupIndex,
	int buttonIndex
)

  • Int32
    groupIndex
    The group index.
  • Int32
    buttonIndex
    The button index to check.
Return Value bool True if larger or equal to 0 and less than GroupCount.

Loading…