ArcGIS Extensibility SDK for Silverlight - Library Reference
ShowWindow Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Extensibility Namespace > MapApplication Class : ShowWindow Method
windowTitle
Title of the window
windowContents
Contents to be displayed in the window
isModal
Determines wheter the window is modal or not
onHidingHandler
Event handler invoked when window is being hidden, and can be handled to cancel window closure
onHideHandler
Event handler invoked when the window is hidden
windowType
Determines the type of the window
top
The distance from the top of the application at which to position the window
left
The distance from the left of the application at which to position the window
Displays content in an application window

Syntax

Parameters

windowTitle
Title of the window
windowContents
Contents to be displayed in the window
isModal
Determines wheter the window is modal or not
onHidingHandler
Event handler invoked when window is being hidden, and can be handled to cancel window closure
onHideHandler
Event handler invoked when the window is hidden
windowType
Determines the type of the window
top
The distance from the top of the application at which to position the window
left
The distance from the left of the application at which to position the window

Return Value

The window

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© Esri, Inc. All Rights Reserved.