Share via


ConversationWindow Members

Include Protected Members
Include Inherited Members

Represents a conversation window and exposes operations to manipulate the window of a conversation, including docking into a parent window.

The ConversationWindow type exposes the following members.

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.

Top

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)
Protected method MemberwiseClone(Boolean) (inherited from 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.

Top

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.

Top

See Also

Reference

ConversationWindow Class

Microsoft.Lync.Model.Extensibility Namespace