'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the image to be displayed by the associated item when the band is pinned to the toolbar.")> Public Property SmallImage As System.Drawing.Image
'Usage
Dim instance As NNavigationPaneBand Dim value As System.Drawing.Image instance.SmallImage = value value = instance.SmallImage
[System.ComponentModel.Description("Gets/sets the image to be displayed by the associated item when the band is pinned to the toolbar.")] public System.Drawing.Image SmallImage {get; set;}