Intersoft ClientUI Documentation
GetIndeces(UIElement) Method
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > DocumentViewerBase Class : GetIndeces(UIElement) Method






element
Target element.
Gets indeces value from target element.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetIndeces( _
   ByVal element As UIElement _
) As ObservableCollection(Of CharacterGlyphInfo)
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As ObservableCollection(Of CharacterGlyphInfo)
 
value = DocumentViewerBase.GetIndeces(element)
C# 
public static ObservableCollection<CharacterGlyphInfo> GetIndeces( 
   UIElement element
)
Delphi 
public function GetIndeces( 
    element: UIElement
): ObservableCollection; static; 
JScript 
public static function GetIndeces( 
   element : UIElement
) : ObservableCollection;
Managed Extensions for C++ 
public: static ObservableCollection<CharacterGlyphInfo*>* GetIndeces( 
   UIElement* element
) 
C++/CLI 
public:
static ObservableCollection<CharacterGlyphInfo^>^ GetIndeces( 
   UIElement^ element
) 

Parameters

element
Target element.

Return Value

Collection of indeces value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.