Selected.Mouse DataWindow object property
Description
Whether the user can use the mouse to select columns.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.Selected.Mouse |
Describe and Modify argument:
1 |
"DataWindow.Selected.Mouse { = <span>value</span> }" |
Parameter |
Description |
---|---|
value |
Whether the user can use the mouse to Values are:
|
Usage
In the painter
Select the DataWindow by deselecting all controls; then set the
value in the Properties view, General tab, Mouse Selection option (available
when the presentation style is Grid or Crosstab).
Examples
1 |
string setting |
1 |
setting = dw1.Object.DataWindow.Selected.Mouse |
1 |
dw1.Object.DataWindow.Selected.Mouse = "Yes" |
1 |
setting = dw1.Describe("DataWindow.Selected.Mouse") |
1 |
dw1.Modify("DataWindow.Selected.Mouse = Yes") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments