Alphabetical list of DataWindow object properties

The properties for DataWindow objects and controls within a DataWindow object follow in alphabetical order.

The syntax for Describe and Modify arguments is shown for all properties. The syntax for GetProperty and SetProperty is the same for all properties.

For properties of the DataWindow object itself, the syntax is:

propertyvalue = dwc.GetProperty ( "propertyname" );
dwc.SetProperty ( "propertyname", “propertyvalue”);

For properties of controls in the DataWindow object, the syntax is:

propertyvalue = dwc.GetProperty ( "controlname.propertyname" );
dwc.SetProperty ( "controlname.propertyname", “propertyvalue”);

The simple Visual Basic example shown for most properties can be used in C# by adding a semicolon to the end of each statement.

To see the properties organized by type of control or syntax keyword, see “Controls in a DataWindow and their properties”.