This parameter determines the command line parameters to run when the Embedded Newlook Control starts.
Options="<command line arguments>"
This parameter is used to specify command line arguments for the Embedded Newlook Control, and is the equivalent of the shortcut target path command line arguments in the windows client.
<Window x:Class="WpfApplication1.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:newlookControl="clr-namespace:fresche.NewlookControl;assembly=fresche.NewlookControl"
Title="MainWindow" Height="350" Width="525">
<Grid>
<newlookControl:NewlookControl Options="--hidetoolbars=HideMenu" />
</Grid>
</Window>
For information on available command line arguments that can be used with this parameter refer to the command line arguments topic.
Embedded Newlook Control | Embedded Newlook Control API
© 2004-2021 looksoftware. All rights reserved.