'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)> <SRDescriptionAttribute("StatusBarPanelAutoSizeDescr")> Public Property AutoSize As System.Windows.Forms.StatusBarPanelAutoSize
'Usage
Dim instance As NStatusBarPanel Dim value As System.Windows.Forms.StatusBarPanelAutoSize instance.AutoSize = value value = instance.AutoSize
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.RefreshProperties(RefreshProperties.All)] [SRDescription("StatusBarPanelAutoSizeDescr")] public System.Windows.Forms.StatusBarPanelAutoSize AutoSize {get; set;}