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

Gets or sets the default arrow style to be used in the navigation buttons.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ArrowStyle As enumArrowStyle
C# 
public virtual enumArrowStyle ArrowStyle {get; set;}

Property Value

enumArrowStyle Enumeration

Remarks

This property is only valid when ControlType Property is Explorer

Requirements

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

See Also