Skip to main content
A newer version of this page is available. .

RepositoryItemHypertextLabel.BrowserWindowStyle Property

Gets or sets the window state to use when a browser is opened.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(ProcessWindowStyle.Normal)]
public virtual ProcessWindowStyle BrowserWindowStyle { get; set; }

Property Value

Type Default Description
ProcessWindowStyle **Normal**

One of the enumeration values that indicates whether the process is started in a window that is maximized, minimized, normal (neither maximized nor minimized), or not visible.

See Also