OlkControl.MinimumHeight Property
Returns or sets an Integer (int in C#) value that specifies the minimum height the control can be automatically sized down to. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property MinimumHeight As Integer
Get
Set
'Usage
Dim instance As OlkControl
Dim value As Integer
value = instance.MinimumHeight
instance.MinimumHeight = value
[DispIdAttribute()]
int MinimumHeight { get; set; }
Property Value
Type: System.Int32
Remarks
EnableAutoLayout must be set to True in order for MinimumLength to become effective.