To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
Window Style property specifies the rendering style of the application window.
<DoStyleAction>
<SetProperty>
<PropertyPath>
<PropertyName>WindowStyle</PropertyName>
</PropertyPath>
</SetProperty>
</DoStyleAction>
Bordered
Flat
Bordered
|
<DoStyleAction> <SetProperty> <PropertyPath> <PropertyName>WindowStyle</PropertyName> </PropertyPath> </SetProperty> </DoStyleAction> |
<DoStyleAction> <SetProperty> <PropertyPath> <PropertyName>WindowStyle</PropertyName> </PropertyPath> <PropertyValue>Flat</PropertyValue> </SetProperty> </DoStyleAction>
|
Bordered windows do not merge into the parent window and are displayed as separate application windows with title bars, toolbars, status bars, and borders.
Flat windows are drawn with minimal decoration and without external frame: They merge seamlessly into the parent window.
Related articles: