FileDialog Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetService(Type^) | |
![]() | GetType() | |
![]() | HookProc(IntPtr, Int32, IntPtr, IntPtr) | Defines the common dialog box hook procedure that is overridden to add specific functionality to the file dialog box.(Overrides CommonDialog::HookProc(IntPtr, Int32, IntPtr, IntPtr).) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | OnFileOk(CancelEventArgs^) | Raises the FileOk event. |
![]() | OnHelpRequest(EventArgs^) | Raises the HelpRequest event.(Inherited from CommonDialog.) |
![]() | OwnerWndProc(IntPtr, Int32, IntPtr, IntPtr) | Defines the owner window procedure that is overridden to add specific functionality to a common dialog box.(Inherited from CommonDialog.) |
![]() | Reset() | Resets all properties to their default values.(Overrides CommonDialog::Reset().) |
![]() | RunDialog(IntPtr) | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies a common dialog box.(Overrides CommonDialog::RunDialog(IntPtr).) |
![]() | ShowDialog() | Runs a common dialog box with a default owner.(Inherited from CommonDialog.) |
![]() | ShowDialog(IWin32Window^) | Runs a common dialog box with the specified owner.(Inherited from CommonDialog.) |
![]() | ToString() | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a string version of this object.(Overrides Component::ToString().) |

