'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)> <System.ComponentModel.DescriptionAttribute("Gets/sets the border style for the NStatusBarPanel.")> Public Property ImageIndex As System.Integer
'Usage
Dim instance As NStatusBarPanel Dim value As System.Integer instance.ImageIndex = value value = instance.ImageIndex
[System.ComponentModel.DefaultValue(-1)] [System.ComponentModel.Description("Gets/sets the border style for the NStatusBarPanel.")] public System.int ImageIndex {get; set;}