Intersoft ClientUI Documentation
WindowOptions Class Members
Fields  Properties  Methods 


The following tables list the members exposed by WindowOptions.

Public Constructors
 NameDescription
Public ConstructorWindowOptions Constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ForceSingleInstanceProperty Identifies the ForceSingleInstance dependency property.  
Public Fieldstatic (Shared in Visual Basic)NavigationBarVisibilityProperty Identifies the NavigationBarVisibility dependency property.  
Public Fieldstatic (Shared in Visual Basic)OverrideWindowSettingsProperty Identifies the OverrideWindowSettings dependency property.  
Public Fieldstatic (Shared in Visual Basic)ReactivateExistingInstanceProperty Identifies the ReactivateExistingInstance dependency property.  
Public Fieldstatic (Shared in Visual Basic)StartupParametersProperty Identifies the StartupParameters dependency property.  
Public Fieldstatic (Shared in Visual Basic)TagProperty Identifies the Tag dependency property.  
Public Fieldstatic (Shared in Visual Basic)UIDProperty Identifies the UID dependency property.  
Public Fieldstatic (Shared in Visual Basic)UriProperty Identifies the Uri dependency property.  
Public Fieldstatic (Shared in Visual Basic)WindowGroupNameProperty Identifies the WindowGroupName dependency property.  
Public Fieldstatic (Shared in Visual Basic)WindowHeightProperty Identifies the WindowHeight dependency property.  
Public Fieldstatic (Shared in Visual Basic)WindowIconProperty Identifies the WindowIcon dependency property.  
Public Fieldstatic (Shared in Visual Basic)WindowNameProperty Identifies the WindowName dependency property.  
Public Fieldstatic (Shared in Visual Basic)WindowTitleProperty Identifies the WindowTitle dependency property.  
Public Fieldstatic (Shared in Visual Basic)WindowWidthProperty Identifies the WindowWidth dependency property.  
Top
Public Properties
 NameDescription
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject)
Public PropertyForceSingleInstance 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.  
Public PropertyNavigationBarVisibility Specifies the visibility state of the navigation bar.  
Public PropertyOverrideWindowSettings Determines whether the specified window options should be applied to the target window regardless of the property's values.  
Public PropertyReactivateExistingInstance Gets or sets a value indicating whether an existing matching instance should be reactivated instead of launching a new window.  
Public PropertyStartupParameters Specifies custom data to be passed to the new window.  
Public PropertyTag Gets or sets a custom object to pass onto the target window.  
Public PropertyUID Specifies the unique identifier of this control.  
Public PropertyUri Specifies the URI for the application or navigation source.  
Public PropertyWindowGroupName Specifies a name that determines the group where the new window belongs to.  
Public PropertyWindowHeight Specifies the window's height.  
Public PropertyWindowIcon Specifies the window's icon.  
Public PropertyWindowName Specifies the name associated to the new window.  
Public PropertyWindowTitle Specifies the window's title.  
Public PropertyWindowWidth Specifies the window's width.  
Top
Public Methods
 NameDescription
Public MethodClearValueClears the local value of a dependency property. (Inherited from System.Windows.DependencyObject)
Public MethodGetAnimationBaseValueReturns 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)
Public MethodGetValueReturns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject)
Public MethodSetValue (Inherited from System.Windows.DependencyObject)
Top
See Also

Reference

WindowOptions Class
Intersoft.Client.Framework Namespace

Send Feedback