IconEditor::CreateFilterEntry Method (IconEditor^)

 

Creates a filter string for the file dialog box.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

protected:
static String^ CreateFilterEntry(
	IconEditor^ e
)

Parameters

e
Type: System.Drawing.Design::IconEditor^

The IconEditor for which the filter string will be created.

Return Value

Type: System::String^

The filter string, created from the string returned by CreateExtensionsString.

The string returned by the CreateFilterEntry method is used in the OpenFileDialog for filtering icon files.

.NET Framework
Available since 1.1
Return to top
Show: