Share via


ToolBarButton.WindowParameters Property

banner art

Gets or sets a value that defines standard window parameters for a window that is to be opened.

Syntax

[Visual Basic .NET]
Public Property WindowParameters As String

[C#]
public string WindowParameters {get; set;}

[JScript]
public function get WindowParameters() : String;
public function set WindowParameters(String);

Property Value

The value of this property is a String type.

Remarks

The standard window parameters are, for example. width, height, and menubar.

Requirements

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

See Also

© 2007 Microsoft Corporation. All rights reserved.