Skip to main content
All docs
V21.2

HtmlContentPopup.HtmlContentWindow Members

Constructors

Name Description
HtmlContentWindow(HtmlContentPopup) Initializes a new instance of the HtmlContentPopup.HtmlContentWindow class with specified settings.

Properties

Name Description
DialogResult
Handle Gets the handle for this window. Inherited from NativeWindow.
IsTemplateEditing
LookAndFeel

Methods

Name Description
Activate()
AssignHandle(IntPtr) Assigns a handle to this window. Inherited from NativeWindow.
Close()
Close(DialogResult)
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.
DefWndProc(Message) Invokes the default window procedure associated with this window. Inherited from NativeWindow.
DestroyHandle() Destroys the window and its handle. Inherited from NativeWindow.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FromHandle(IntPtr) static Retrieves the window associated with the specified handle. Inherited from NativeWindow.
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.
GetType() Gets the Type of the current instance. Inherited from Object.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
OnHandleChange() protected Specifies a notification method that is called when the handle for a window is changed. Inherited from NativeWindow.
OnThreadException(Exception) protected When overridden in a derived class, manages an unhandled thread exception. Inherited from NativeWindow.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Show(Rectangle)
ShowDialog(Rectangle)
ToString() Returns a string that represents the current object. Inherited from Object.
See Also