Edit

Share via


OlkControl.MinimumWidth Property

Definition

Returns or sets an Integer (int in C#) value that specifies the minimum width the control can be automatically sized down to. Read/write.

public:
 property int MinimumWidth { int get(); void set(int value); };
public int MinimumWidth { get; set; }
Public Property MinimumWidth As Integer

Property Value

Remarks

EnableAutoLayout must be set to True in order for MinimumWidth to become effective.

Applies to