dbicTips Send comments on this topic.
ImageOnly Property
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > dbiTips Class : ImageOnly Property

Determines if only the body image of a tooltip will be displayed.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ImageOnly As System.Boolean
C# 
public virtual System.bool ImageOnly {get; set;}

Property Value

Boolean

Remarks

If you'd like to create your own tip to display using an image object, you can set this value to true and the control will only show your image as a complete tip.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also