IconEditor.CreateFilterEntry(IconEditor) Method

Definition

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