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

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

Syntax

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

Return Value

Return true if this part is Deletable, if this part's layer's AllowDelete is true, and if this part's diagram's AllowDelete is true.

See Also