CommonDialog 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 a common dialog box. |
![]() | 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.) |
![]() | OnHelpRequest(EventArgs^) | Raises the HelpRequest event. |
![]() | OwnerWndProc(IntPtr, Int32, IntPtr, IntPtr) | Defines the owner window procedure that is overridden to add specific functionality to a common dialog box. |
![]() | Reset() | When overridden in a derived class, resets the properties of a common dialog box to their default values. |
![]() | RunDialog(IntPtr) | When overridden in a derived class, specifies a common dialog box. |
![]() | ShowDialog() | Runs a common dialog box with a default owner. |
![]() | ShowDialog(IWin32Window^) | Runs a common dialog box with the specified owner. |
![]() | ToString() |

