Share via


InkInputConfiguration.IsPrimaryBarrelButtonInputEnabled Property

Definition

Gets or sets whether input from a pen's primary barrel button is processed by the InkPresenter object.

public:
 property bool IsPrimaryBarrelButtonInputEnabled { bool get(); void set(bool value); };
bool IsPrimaryBarrelButtonInputEnabled();

void IsPrimaryBarrelButtonInputEnabled(bool value);
public bool IsPrimaryBarrelButtonInputEnabled { get; set; }
var boolean = inkInputConfiguration.isPrimaryBarrelButtonInputEnabled;
inkInputConfiguration.isPrimaryBarrelButtonInputEnabled = boolean;
Public Property IsPrimaryBarrelButtonInputEnabled As Boolean

Property Value

Boolean

bool

True, if input from the primary barrel button is processed; otherwise, false.

Applies to

See also