PowerTCP Emulation for .NET CF
Enabled Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Selection Class : Enabled Property




Returns true when cells are selected. Can be set programatically to enable a selection after Start and End are set.

Syntax

Visual Basic (Declaration) 
Public Property Enabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Selection
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
C# 
public bool Enabled {get; set;}
Managed Extensions for C++ 
public: __property bool get_Enabled();
public: __property void set_Enabled( 
   bool value
);
C++/CLI 
public:
property bool Enabled {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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