ImageGear .NET v24.12 - Updated
ManageFiltersControlParams(IWin32Window,ImGearFormats) Method




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class > ManageFiltersControlParams Method : ManageFiltersControlParams(IWin32Window,ImGearFormats) Method
Handle of window to use as parent for dialog box.
Format to select upon opening the dialog box.
Shows dialog box with ability to modify filters behavior, with the specified filter selected.
Syntax
'Declaration
 
Public Overloads Shared Sub ManageFiltersControlParams( _
   ByVal owner As IWin32Window, _
   ByVal formatToSelect As ImGearFormats _
) 
'Usage
 
Dim owner As IWin32Window
Dim formatToSelect As ImGearFormats
 
ImGearWinForms.ManageFiltersControlParams(owner, formatToSelect)
public static void ManageFiltersControlParams( 
   IWin32Window owner,
   ImGearFormats formatToSelect
)
public: static void ManageFiltersControlParams( 
   IWin32Window* owner,
   ImGearFormats formatToSelect
) 
public:
static void ManageFiltersControlParams( 
   IWin32Window^ owner,
   ImGearFormats formatToSelect
) 

Parameters

owner
Handle of window to use as parent for dialog box.
formatToSelect
Format to select upon opening the dialog box.
See Also

Reference

ImGearWinForms Class
ImGearWinForms Members
Overload List
ImGearFormats Enumeration