Share via


ToolBarButton.WindowLaunchMode Property

banner art

Gets or sets a value that determines what type of new window should be opened when the user selects the button.

Syntax

[Visual Basic .NET]
Public Property WindowLaunchMode As WindowMode

[C#]
public WindowMode WindowLaunchMode {get; set;}

[JScript]
public function get WindowLaunchMode() : WindowMode;
public function set WindowLaunchMode(WindowMode);

Property Value

The value of this property is a WindowMode type.

Requirements

Namespace: Microsoft.Crm.Sdk.IsvReadiness.SupportingItems.IsvConfig

See Also

© 2007 Microsoft Corporation. All rights reserved.