ImageGear .NET - Updated
SelectLocalARTFileToLoad Method




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : SelectLocalARTFileToLoad Method
Handle of window to use as parent for dialog box.
Window title to use for dialog box.
Shows ART file open dialog with filtering for all known ART formats.
Syntax
'Declaration
 
Public Shared Function SelectLocalARTFileToLoad( _
   ByVal owner As IWin32Window, _
   ByVal dialogTitle As String _
) As ImGearARTLoadingSelection
'Usage
 
Dim owner As IWin32Window
Dim dialogTitle As String
Dim value As ImGearARTLoadingSelection
 
value = ImGearWinForms.SelectLocalARTFileToLoad(owner, dialogTitle)
public static ImGearARTLoadingSelection SelectLocalARTFileToLoad( 
   IWin32Window owner,
   string dialogTitle
)
public: static ImGearARTLoadingSelection* SelectLocalARTFileToLoad( 
   IWin32Window* owner,
   string* dialogTitle
) 
public:
static ImGearARTLoadingSelection^ SelectLocalARTFileToLoad( 
   IWin32Window^ owner,
   String^ dialogTitle
) 

Parameters

owner
Handle of window to use as parent for dialog box.
dialogTitle
Window title to use for dialog box.

Return Value

Remarks
Nothing is loaded by this method. It only allows the user to make a selection and returns information about that selection.
See Also

Reference

ImGearWinForms Class
ImGearWinForms Members
ImGearARTLoadingSelection Class