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
Syntaxpublic int FilterIndex { get; set; }Property Value
Type:
Int32A value containing the index of the filter currently selected in the file dialog box. The default value is 1.
RemarksNOTE: The index value of the first filter entry is 1.
See Also