InplaceButtonDown Event
Description
Occurs when a combo button or expand button that was added by the developer is clicked in an editable GridRecordItem.
Syntax
Public Event InplaceButtonDown( _
ByVal Button As GridInplaceButton _
)
Parameters
- Button
[out] A GridInplaceButton object that contains the Column, Item, Row, and Id of the button that was pressed. The Id indicates the type of button pressed.
Remarks
The Button parameter is a GridInplaceButton object that contains the Column, Item, Row, and Id of the button that was pressed. This can be used to determine the Column, Item, and Row the button is in, and the Id indicates the type of button pressed.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.