ArcGIS Extensibility SDK for Silverlight - Library Reference
SetDisplayName Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Extensibility Namespace > ElementExtensions Class : SetDisplayName Method
element
The FrameworkElement to which the attached property is written.
value
The display name
Sets the display name of the specified FrameworkElement.

Syntax

C# 
public static void SetDisplayName( 
   FrameworkElement element,
   string value
)

Parameters

element
The FrameworkElement to which the attached property is written.
value
The display name

Remarks

The display name is intended to be used in design environments where the control is listed by name and a user-friendly name is desired.

Requirements

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

See Also

© Esri, Inc. All Rights Reserved.