Intersoft.Client.Framework Namespace : WindowOptions Class |
The following tables list the members exposed by WindowOptions.
Name | Description | |
---|---|---|
WindowOptions Constructor |
Name | Description | |
---|---|---|
ForceSingleInstanceProperty | Identifies the ForceSingleInstance dependency property. | |
NavigationBarVisibilityProperty | Identifies the NavigationBarVisibility dependency property. | |
OverrideWindowSettingsProperty | Identifies the OverrideWindowSettings dependency property. | |
ReactivateExistingInstanceProperty | Identifies the ReactivateExistingInstance dependency property. | |
StartupParametersProperty | Identifies the StartupParameters dependency property. | |
TagProperty | Identifies the Tag dependency property. | |
UIDProperty | Identifies the UID dependency property. | |
UriProperty | Identifies the Uri dependency property. | |
WindowGroupNameProperty | Identifies the WindowGroupName dependency property. | |
WindowHeightProperty | Identifies the WindowHeight dependency property. | |
WindowIconProperty | Identifies the WindowIcon dependency property. | |
WindowNameProperty | Identifies the WindowName dependency property. | |
WindowTitleProperty | Identifies the WindowTitle dependency property. | |
WindowWidthProperty | Identifies the WindowWidth dependency property. |
Name | Description | |
---|---|---|
Dispatcher | Gets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject) | |
ForceSingleInstance | When an existing instance is available, setting this property to true will activate the existing instance. Consequently, the application launch for this session will be terminated. | |
NavigationBarVisibility | Specifies the visibility state of the navigation bar. | |
OverrideWindowSettings | Determines whether the specified window options should be applied to the target window regardless of the property's values. | |
ReactivateExistingInstance | Gets or sets a value indicating whether an existing matching instance should be reactivated instead of launching a new window. | |
StartupParameters | Specifies custom data to be passed to the new window. | |
Tag | Gets or sets a custom object to pass onto the target window. | |
UID | Specifies the unique identifier of this control. | |
Uri | Specifies the URI for the application or navigation source. | |
WindowGroupName | Specifies a name that determines the group where the new window belongs to. | |
WindowHeight | Specifies the window's height. | |
WindowIcon | Specifies the window's icon. | |
WindowName | Specifies the name associated to the new window. | |
WindowTitle | Specifies the window's title. | |
WindowWidth | Specifies the window's width. |
Name | Description | |
---|---|---|
ClearValue | Clears the local value of a dependency property. (Inherited from System.Windows.DependencyObject) | |
GetAnimationBaseValue | Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject) | |
SetValue | (Inherited from System.Windows.DependencyObject) |