Description
Gets/sets the file open dialog filter pattern.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property FilterPattern() As String
|
[C#] |
---|
public string FilterPattern {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_FilterPattern(); public: __property void set_FilterPattern(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_FilterPattern(
BSTR * pVal
);
public: HRESULT put_FilterPattern(
BSTR NewVal
);
|
[Java] |
---|
public String getFilterPattern();
public void setFilterPattern(
String
);
|
See Also