MTblQueryButtonCell
bOk = MTblQueryButtonCell( hWndCol, nRow, brShow, nrWidth, srText, nrImage, nrFlags )
Deprecated, please use MTblQueryItemButton instead.
Queries a cell's button definition.
Parameters
hWndCol
Window Handle: Handle of the column
nRow
Number: Number of the row
brShow
Receive Boolean: TRUE = button is visible, FALSE = button is hidden and the button definition of the column is used
nrWidth
Receive Number: Width of the button in pixels. If -1, the witdh of the button is adapted to the button text.
srText
Receive String: Button text.
nrImage
Receive Number: Handle of the image.
nrFlags
Receive Number: The button's flags.
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
Call MTblQueryButtonCell( hWndCol, nRow, bShow, nWidth, sText, nImage, nFlags )
See also
Buttons
Created with the Personal Edition of HelpNDoc: Streamline your documentation process with HelpNDoc's HTML5 template