CoreComponentInputSource.IsInputEnabled Property

Definition

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.

Implements

Applies to