IConversationWindow Members
Include Protected Members
Include Inherited Members
The IConversationWindow type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close |
Closes the window.
|
|
CloseExtensibilityWindow | Closes the extensibility window of the given application GUID. | |
Dock |
Dock the window.
|
|
FlashExtensibilityWindow | Start or stop flashing the extensibility window of the given application GUID. | |
Move |
Moves the window.
|
|
MoveAndResize | Moves and resizes the window. | |
OpenExtensibilityWindow | Show the extensibility window for a registered application. | |
Resize | Resizes the window. | |
Undock |
Undock the window.
|
Properties
Name | Description | |
---|---|---|
Conversation | Get the corresponding conversation object for this window. | |
Handle | Returns the handle of the conversation window. | |
Height |
The vertical dimension of the window in pixels.
|
|
IsDocked | Returns true if the window is docked. | |
IsFullScreen | Returns true if the window is in full-screen mode. | |
Left |
The horizontal position of the window in pixels.
|
|
ParentWindow | Returns the handle of the parent window. | |
Top |
The vertical position of the window in pixels.
|
|
Width |
The horizontal dimension of the window in pixels.
|