DisplaySize Members
Use this class to set the height and width of the control add-in that you are implementing.
The following tables list the members exposed by the DisplaySize type.
Public Constructors
Name | Description | |
---|---|---|
DisplaySize | Overloaded. Initializes a new instance of the DisplaySize class. |
Top
Public Properties
Name | Description | |
---|---|---|
Default | Use to assign the control add-in the same size as other controls of the same type on the page. | |
IsDefault | Gets a value indicating whether the control add-in has default size. | |
Maximum | Use to assign the control add-in a maximum size on the page. | |
Minimum | Use to assign the control add-in a minimum size on the page. | |
Preferred | Use to assign the control add-in a preferred size on the page. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
DisplaySize Class
Microsoft.Dynamics.Framework.UI.Extensibility.WinForms Namespace