|  | ResourceItemIsSelected Property | 
            This is used to get or set whether or not the entity is selected
            
 
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic bool IsSelected { get; set; }Public Property IsSelected As Boolean
	Get
	Set
public:
property bool IsSelected {
	bool get ();
	void set (bool value);
}member IsSelected : bool with get, set
Property Value
Type: 
Boolean Remarks
RemarksUsed by the editor for binding in the list box
 See Also
See Also