ArcGIS Runtime SDK for WPF - Library Reference
GetMessageIsSelected Method
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > MessageLayer Class : GetMessageIsSelected Method

messageId
A System.String representing the Message identifier.
Indicates whether the specified message is currently selected.

Syntax

Visual Basic (Declaration) 
Public Function GetMessageIsSelected( _
   ByVal messageId As String _
) As Boolean
C# 
public bool GetMessageIsSelected( 
   string messageId
)

Parameters

messageId
A System.String representing the Message identifier.

Return Value

true if the message is selected; otherwise false.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.