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

d
the root Part.VisualElement
v
Sets the value of the Deletable attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetDeletable( _
   ByVal d As DependencyObject, _
   ByVal v As Boolean _
) 
C# 
public static void SetDeletable( 
   DependencyObject d,
   bool v
)

Parameters

d
the root Part.VisualElement
v

See Also