TokenIsSelected Property

This is used to get or set whether or not the token is selected

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public bool IsSelected { get; set; }

Property Value

Boolean

Remarks

Used by the editor for binding in the list box

See Also