Intersoft ClientUI Documentation
SetAllowDrag Method
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > DocumentViewerBase Class : SetAllowDrag Method






element
Target element.
value
Collection of indeces value.
Sets Indeces value to target element.

Syntax

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

Parameters

element
Target element.
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.