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

Gets or sets the height and width of the navigation button(s) in the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property NavButtonSize As Integer
C# 
public virtual int NavButtonSize {get; set;}

Property Value

Integer

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