OlkControl.MinimumWidth Property
Returns or sets an Integer (int in C#) value that specifies the minimum width 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 MinimumWidth As Integer
Get
Set
'Usage
Dim instance As OlkControl
Dim value As Integer
value = instance.MinimumWidth
instance.MinimumWidth = value
[DispIdAttribute()]
int MinimumWidth { get; set; }
Property Value
Type: System.Int32
Remarks
EnableAutoLayout must be set to True in order for MinimumWidth to become effective.