[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=ControlManager,Component,MarshalByRefObject,Object Info=Provides a file-filter combo box suitable for use in Open/Save file dialogs Category=Shell [Assembly] GongShell.dll=GongSolutions.Shell.FileFilterComboBox [Edit] Class=ComboBox Text=Text Color=BackColor [Property] @Width= | |121 @Height= | |21 BackColor= | |clWindow ForeColor= | |clWindowText @Filter=Sets the current filter string, which determines the items that appear in the control`s ShellView. ARG(string)|2|*.* @FilterItems=Sets the filter string which determines the choices that appear in the control`s drop-down list. For example: «Text files (*.txt)||*.txt||All files (*.*)||*.*». ARG(string)|2| @ShellView=Sets the ShellView control that FileFilterComboBox should filter the items of. ARG(ShellView)|20|(empty)|ShellView [Methods] *doGenerateRegex=Generates a System.Text.RegularExpressions.Regex object equivalent to the provided wildcard. ARG(string wildcard)|1|0 *onGenerateRegex=Occurs after invoke the method doGenerateRegex and returns the wildcard to generate a regex for. ARG(Regex)|2|0 FileFilterComboBox=Returns the FileFilterComboBox object. ARG(FileFilterComboBox)|3|0 *Filter=Gets the current filter string, which determines the items that appear in the control`s ShellView. ARG(string)|3|2 *FilterItems=Gets the filter string which determines the choices that appear in the control`s drop-down list. ARG(string)|3|2 *ShellView=Gets the ShellView control that FileFilterComboBox should filter the items of. ARG(ShellView)|3|0 *Wildcard=Defines the wildcard to generate a regex for. ARG(string)|4|2