The ConversationWindowtype exposes the following members.

Methods

  Name Description
Public method BeginOpenExtensibilityWindow
Shows the URL of a registered application in the extensibility window.
Public method Close
Closes the window.
Public method CloseExtensibilityWindow
Closes the extensibility window of the given application GUID.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dock
Docks a conversation window inside a specified control. You can also dock a conversation window inside a form or a WPF WindowsFormsHostControl.
Public method EndOpenExtensibilityWindow
Blocks the calling thread until BeginOpenExtensibilityWindow completes.
Public method Equals (Inherited from Object.)
Protected method Finalize
(Overrides UCWFullFinalize () () () () .)
Public method FlashExtensibilityWindow
Notifies the user that the given application in the extensibility window needs attention. If the corresponding extensibility window is not in the forground, its tab start to blink.
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone () () () () (Inherited from Object Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject MarshalByRefObject.)
Public method Move
Moves the conversation window to the specified position.
Public method MoveAndResize
Move And Resize the window with new position and size.
Public method Resize
Resize the window.
Public method ToString (Inherited from Object.)
Public method Undock
Undocks the window.

Properties

  Name Description
Public property Conversation
Get the corresponding conversation object for this window.
Public property Handle
Returns the handle of the conversation window.
Public property Height
The vertical dimension in pixels of the window.
Public property IsDocked
Is the window docked?
Public property IsFullScreen
Is the window in full screen mode?
Public property Left
The horizontal position in pixels of the window.
Public property ParentWindow
Returns the handle of the parent window or control in which the conversation window is docked.
Public property Top
The vertical position in pixels of the window.
Public property Width
The horizontal dimension in pixels of the window.

Events

  Name Description
Public event NeedsAttention
Occurs when the docked conversation window needs attention.
Public event NeedsSizeChange
Occurs when the docked conversation window size changes.

See Also