Intersoft ClientUI Documentation
WindowOptions Class Members
See Also  Fields  Properties  Methods  Send Feedback
Intersoft.Client.Framework Namespace : WindowOptions Class


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)ForceSingleInstancePropertyIdentifies the ForceSingleInstance dependency property.  
public Fieldstatic (Shared in Visual Basic)NavigationBarVisibilityPropertyIdentifies the NavigationBarVisibility dependency property.  
public Fieldstatic (Shared in Visual Basic)OverrideWindowSettingsPropertyIdentifies the OverrideWindowSettings dependency property.  
public Fieldstatic (Shared in Visual Basic)ReactivateExistingInstancePropertyIdentifies the ReactivateExistingInstance dependency property.  
public Fieldstatic (Shared in Visual Basic)StartupParametersPropertyIdentifies the StartupParameters dependency property.  
public Fieldstatic (Shared in Visual Basic)TagPropertyIdentifies the Tag dependency property.  
public Fieldstatic (Shared in Visual Basic)UIDPropertyIdentifies the UID dependency property.  
public Fieldstatic (Shared in Visual Basic)UriPropertyIdentifies the Uri dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowGroupNamePropertyIdentifies the WindowGroupName dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowHeightPropertyIdentifies the WindowHeight dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowIconPropertyIdentifies the WindowIcon dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowNamePropertyIdentifies the WindowName dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowTitlePropertyIdentifies the WindowTitle dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowWidthPropertyIdentifies the WindowWidth dependency property.  
Top

Public Properties

 NameDescription
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyForceSingleInstanceWhen 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 PropertyNavigationBarVisibilitySpecifies the visibility state of the navigation bar.  
public PropertyOverrideWindowSettingsDetermines whether the specified window options should be applied to the target window regardless of the property's values.  
public PropertyReactivateExistingInstanceGets or sets a value indicating whether an existing matching instance should be reactivated instead of launching a new window.  
public PropertyStartupParametersSpecifies custom data to be passed to the new window.  
public PropertyTagGets or sets a custom object to pass onto the target window.  
public PropertyUIDSpecifies the unique identifier of this control.  
public PropertyUriSpecifies the URI for the application or navigation source.  
public PropertyWindowGroupNameSpecifies a name that determines the group where the new window belongs to.  
public PropertyWindowHeightSpecifies the window's height.  
public PropertyWindowIconSpecifies the window's icon.  
public PropertyWindowNameSpecifies the name associated to the new window.  
public PropertyWindowTitleSpecifies the window's title.  
public PropertyWindowWidthSpecifies the window's width.  
Top

Public Methods

 NameDescription
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodSetValue (Inherited from System.Windows.DependencyObject)
Top

See Also

© 2012 All Rights Reserved.