TextViewOptionExtensions::DoesViewProhibitUserInput Method (IEditorOptions^)
Visual Studio 2015
Determines whether the view prohibits all user input.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: [ExtensionAttribute] static bool DoesViewProhibitUserInput( IEditorOptions^ options )
Parameters
- options
-
Type:
Microsoft.VisualStudio.Text.Editor::IEditorOptions^
The set of editor options.
Return Value
Type: System::Booleantrue if all user input to the view is prohibited, otherwise false.
The view's underlying buffer can still be modified even if this option is set.
Show: