TcxCustomCalculator.GetButtonKindAt(Integer,Integer) Method
Returns the calculator button type based on its position.
Declaration
function GetButtonKindAt(X: Integer; Y: Integer): TcxCalcButtonKind;
Parameters
Name | Type |
---|---|
X | Integer |
Y | Integer |
Returns
Type |
---|
TcxCalcButtonKind |
Remarks
The GetButtonKindAt method determines the calculator button type at the position specified by the X and Y parameters. This method is used internally when a user clicks a calculator button.
See Also