CoreComponentInputSource.IsInputEnabled Property
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.
Gets or sets whether input is enabled for the hosted XAML framework element.
public:
property bool IsInputEnabled { bool get(); void set(bool value); };
bool IsInputEnabled();
void IsInputEnabled(bool value);
public bool IsInputEnabled { get; set; }
var boolean = coreComponentInputSource.isInputEnabled;
coreComponentInputSource.isInputEnabled = boolean;
Public Property IsInputEnabled As Boolean
Property Value
Boolean
bool
true if input is enabled; false if it is not.