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

This predicate is true if the user may in-place edit the text of this part.

Syntax

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

Return Value

Return true if this part is Editable, if this part's layer's AllowEdit is true, and if this part's diagram's AllowEdit is true.

See Also