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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.