ConversationWindow 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 height of the conversation window in pixels. | |
IsDocked | Is the window docked? | |
IsFullScreen | Is the window in full screen mode? | |
Left | The horizontal position of the conversation window in pixels. | |
ParentWindow | Returns the handle of the parent window or control in which the conversation window is docked. | |
Properties | Gets a collection of conversation window properties. | |
State | Gets the current state of the window. | |
Top | The vertical position of the conversation window in pixels. | |
Width | The width of the conversation window in pixels. |
Top
Methods
Name | Description | |
---|---|---|
BeginOpenExtensibilityWindow | Show the extensibility window for a registered application. | |
CanInvoke | Returns whether the given action is available | |
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 | Show the extensibility window for a registered application. | |
Equals | (Inherited from Object.) | |
ExitFullScreen | Exits fullscreen. | |
Finalize | (Overrides UCWFullFinalize().) | |
FlashExtensibilityWindow | Start or stop flashing the extensibility window of the given application GUID. | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
HideContent | Hides the content | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
Move | Move the window to new position. | |
MoveAndResize | Move And Resize the window with new position and size. | |
Resize | Resize the window. | |
ShowContent | Displays the content | |
ShowFullScreen | Fullscreens the ConversationWindow in it's current monitor | |
ToString | (Inherited from Object.) | |
Undock | Undock the window. |
Top
Events
Name | Description | |
---|---|---|
ActionAvailabilityChanged | Raised when a conversation window information changes. | |
InformationChanged | Raised when a conversation window information changes. | |
NeedsAttention | Raised when the UI Window needs attention. | |
NeedsSizeChange | Raised when the UI Window size changes. | |
StateChanged | Raised when the conversation window state changes. |
Top