'Declaration Public Shared Function SelectLocalARTFileToSave( _ ByVal owner As IWin32Window, _ ByVal title As String _ ) As ImGearARTSavingSelection
'Usage Dim owner As IWin32Window Dim title As String Dim value As ImGearARTSavingSelection value = ImGearWinForms.SelectLocalARTFileToSave(owner, title)
public static ImGearARTSavingSelection SelectLocalARTFileToSave( IWin32Window owner, string title )
public: static ImGearARTSavingSelection* SelectLocalARTFileToSave( IWin32Window* owner, string* title )
public: static ImGearARTSavingSelection^ SelectLocalARTFileToSave( IWin32Window^ owner, String^ title )
Parameters
- owner
- Handle of window to use as parent for dialog box.
- title
- Window title to use for dialog box.
Return Value
ImGearARTSavingSelection class object.