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

Determines if the splitter bar should be remain at its current position, and ignore any mouse interaction.

Syntax

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

Property Value

Boolean

Remarks

This property is only valid when ControlType Property is Navigation

Requirements

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

See Also