IconEditor.CreateFilterEntry(IconEditor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a filter string for the file dialog box.
protected:
static System::String ^ CreateFilterEntry(System::Drawing::Design::IconEditor ^ e);
protected:
static System::String ^ CreateFilterEntry(System::Drawing::Design::IconEditor ^ editor);
protected static string CreateFilterEntry (System.Drawing.Design.IconEditor e);
protected static string CreateFilterEntry (System.Drawing.Design.IconEditor editor);
static member CreateFilterEntry : System.Drawing.Design.IconEditor -> string
static member CreateFilterEntry : System.Drawing.Design.IconEditor -> string
Protected Shared Function CreateFilterEntry (e As IconEditor) As String
Protected Shared Function CreateFilterEntry (editor As IconEditor) As String
Parameters
- eeditor
- IconEditor
The IconEditor for which the filter string will be created.
Returns
The filter string, created from the string returned by CreateExtensionsString(String[], String).
Remarks
The string returned by the CreateFilterEntry method is used in the OpenFileDialog for filtering icon files.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.