PredefinedTextViewRoles.Interactive Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The predefined Interactive role. Applies to text views with which the user can interact using the mouse and/or keyboard. Views that are not interactive cannot display a caret or a selection and cannot have keyboard input.
public: System::String ^ Interactive;
std::wstring Interactive;
public const string Interactive;
val mutable Interactive : string
Public Const Interactive As String