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

Determines the opened or closed state of a list.

Syntax

Visual Basic (Declaration) 
Public Property State As dbiExplorerList.enumState
C# 
public dbiExplorerList.enumState State {get; set;}

Property Value

dbiExplorerList.enumState Enumeration

Remarks

This property is only relevant if the Control's ControlType Property is Explorer.

Requirements

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

See Also