Table of Contents

Property CanSelect

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CanSelect

Gets or sets value indicating whether this control accepts input or not (i.e. behaves like a static text) and so doesn't need focus.

[Browsable(true)]
public virtual bool CanSelect { get; set; }

Property Value

bool

Remarks

Default value is true.