AGI Ui Application 11Send comments on this topic.
FilterPattern Property (IAgUiFileOpenExt)
See Also 
Windows






Windows & Linux

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 * pRetVal
);
public: HRESULT put_FilterPattern(
   BSTR NewFilterPattern
);
[Java]
public String getFilterPattern();public void setFilterPattern(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.