'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(10)> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)> <SRDescriptionAttribute("StatusBarPanelMinWidthDescr")> Public Property MinWidth As System.Integer
'Usage
Dim instance As NStatusBarPanel Dim value As System.Integer instance.MinWidth = value value = instance.MinWidth
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(10)] [System.ComponentModel.Localizable(true)] [System.ComponentModel.RefreshProperties(RefreshProperties.All)] [SRDescription("StatusBarPanelMinWidthDescr")] public System.int MinWidth {get; set;}