Whether the user can use the mouse to select columns.
DataWindows
Describe and Modify argument:
"DataWindow.Selected.Mouse { = value }"
Parameter |
Description |
---|---|
value |
Whether the user can use the mouse to select columns. Values are:
|
Select the DataWindow by deselecting all controls; then set the value in the Properties window, General category (available when the presentation style is Grid or Crosstab).
[Visual Basic] setting = dw1.Describe("DataWindow.Selected.Mouse")
dw1.Modify("DataWindow.Selected.Mouse = Yes")