GetToolbarButtonText Method (SapGridView)

Class

SapGridView.

Action

Gets the text of the specified tool bar button.

Syntax

C#
toolbarButtonText = gridView.GetToolbarButtonText(buttonpos)
VB
toolbarButtonText = gridView.GetToolbarButtonText(buttonpos)
Variable Description
toolbarButtonText String.
buttonpos The button position of the tool bar button. The value is zero-based. Integer.