The ConversationWindowtype exposes the following members.
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 Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject 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.
|
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.
|
Events
Name | Description | |
---|---|---|
![]() |
NeedsAttention |
Occurs when the docked conversation window
needs attention.
|
![]() |
NeedsSizeChange |
Occurs when the docked conversation window
size changes.
|