'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether command's image will be displayed in its tooltip.")> Public Property TooltipImage As System.Boolean
'Usage
Dim instance As NCommandProperties Dim value As System.Boolean instance.TooltipImage = value value = instance.TooltipImage
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether command's image will be displayed in its tooltip.")] public System.bool TooltipImage {get; set;}