'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the image to be displayed by the caption.")> Public Property CaptionImage As System.Drawing.Image
'Usage
Dim instance As NForm Dim value As System.Drawing.Image instance.CaptionImage = value value = instance.CaptionImage
[System.ComponentModel.Description("Gets/sets the image to be displayed by the caption.")] public System.Drawing.Image CaptionImage {get; set;}