Northwoods.GoSilverlight 1.1.3 Assembly
CanSelect Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : CanSelect Method

This predicate is true if the user may select this part.

Syntax

Visual Basic (Declaration) 
Public Function CanSelect() As Boolean
C# 
public bool CanSelect()

Return Value

Return true if this part is Selectable, if this part's layer's AllowSelect is true, and if this part's diagram's AllowSelect is true.

See Also