Click or drag to resize

GTPUFileDialogFilterIndex Property

Gets or sets the index of the filter currently selected in the file dialog box.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU.Windows.Forms (in ABB.Robotics.GTPU.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public int FilterIndex { get; set; }

Property Value

Type: Int32
A value containing the index of the filter currently selected in the file dialog box. The default value is 1.
Remarks
NOTE: The index value of the first filter entry is 1.
See Also