Gets or sets a value indicating whether text selection is enabled.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public bool IsEnabled { get; set; } |
| Visual Basic |
|---|
Public Property IsEnabled As Boolean Get Set |
| Visual C++ |
|---|
public: property bool IsEnabled { bool get (); void set (bool value); } |