Gets a value indicating whether navigation between editors is enabled.
Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
bool AllowNavigation { get; } |
Visual Basic |
---|
ReadOnly Property AllowNavigation As Boolean Get |
Visual C++ |
---|
property bool AllowNavigation { bool get (); } |
F# |
---|
abstract AllowNavigation : bool with get |
Property Value
Type: Booleantrue if navigation is enabled; otherwise, false.