ConversationWindowNeedsSizeChangeEventArgs Members
Include Protected Members
Include Inherited Members
Represents the data of a ConversationWindowNeedsSizeChange Event.
The ConversationWindowNeedsSizeChangeEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
MaximumWindowHeight | Gets the maximum required conversation window height. | |
MaximumWindowWidth | Gets the upper limit of the conversation window width. | |
MinimumWindowHeight | Gets the minimum required conversation window height. | |
MinimumWindowWidth | Gets the minimum required conversation window width. | |
RecommendedWindowHeight | Gets the recommended conversation window height. | |
RecommendedWindowWidth | Gets the recommended conversation window width. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top