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

If this property is set during design-time, the control will load the file indicated when it is instanced in run-time. If the file is not found then the control will simply ignore this property. This is useful for creating a unified look and feel to multiple instances to of the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property StyleFile As String
C# 
public virtual string StyleFile {get; set;}

Property Value

String value containing the full path and file name of the XML file.

Remarks

This property is only available at design time. If you need to read the XML programmatically use the ReadXMLFile Method.

The XML files will only store string or numeric property settings. The XML file will not store image or object information.

Requirements

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

See Also