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 | |
---|---|---|
Conversation | Get the corresponding conversation object for this window. | |
Handle | Returns the handle of the conversation window. | |
Height | The vertical dimension in pixels of the window. | |
IsDocked | Is the window docked? | |
IsFullScreen | Is the window in full screen mode? | |
Left | The horizontal position in pixels of the window. | |
ParentWindow | Returns the handle of the parent window or control in which the conversation window is docked. | |
Top | The vertical position in pixels of the window. | |
Width | The horizontal dimension in pixels of the window. |
Top
Methods
Name | Description | |
---|---|---|
BeginOpenExtensibilityWindow | Shows the URL of a registered application in the extensibility window. | |
Close | Closes the window. | |
CloseExtensibilityWindow | Closes the extensibility window of the given application GUID. | |
CreateObjRef | (inherited from MarshalByRefObject) | |
Dock | Docks a conversation window inside a specified control. You can also dock a conversation window inside a form or a WPF WindowsFormsHostControl. | |
EndOpenExtensibilityWindow | Blocks the calling thread until BeginOpenExtensibilityWindow completes. | |
Equals | (inherited from Object) | |
Finalize | (Overrides UCWFullFinalize().) | |
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. | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
Move | Moves the conversation window to the specified position. | |
MoveAndResize | Move And Resize the window with new position and size. | |
Resize | Resize the window. | |
ToString | (inherited from Object) | |
Undock | Undocks the window. |
Top
Events
Name | Description | |
---|---|---|
NeedsAttention | Occurs when the docked conversation window needs attention. | |
NeedsSizeChange | Occurs when the docked conversation window size changes. |
Top