Resource ItemIs Selected Property
This is used to get or set whether or not the entity is selected
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsSelected { get; set; }VB
Public Property IsSelected As Boolean
Get
SetC++
public:
property bool IsSelected {
bool get ();
void set (bool value);
}F#
member IsSelected : bool with get, setProperty Value
BooleanRemarks
Used by the editor for binding in the list box