dbicExplorerBar Send comments on this topic.
ItemImageBorder Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : ItemImageBorder Property

Determines if a border will be placed around an item image when the mouse moves over it.

Syntax

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

Property Value

Boolean

Remarks

This property is only valid when ControlType Property is Navigation or SideBar

Requirements

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

See Also