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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.