PowerTCP Emulation for .NET CF
SelectionMode Enumeration
See Also  Send comments on this topic.
Dart.Emulation Namespace : SelectionMode Enumeration




Enumerates the values of the SelectionMode property.

Syntax

Visual Basic (Declaration) 
Public Enum SelectionMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As SelectionMode
C# 
public enum SelectionMode : System.Enum 
Managed Extensions for C++ 
__value public enum SelectionMode : public System.Enum 
C++/CLI 
public enum class SelectionMode : public System.Enum 

Members

MemberDescription
Block Selection of text is done in a block method.
Standard Selection of text is done using the standard windows textbox method.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Emulation.SelectionMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.