Northwoods.GoSilverlight 1.3.5 Assembly
UpdateAdornments Method
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DiagramTool Class : UpdateAdornments Method

part
The diagram asks each tool to update any adornments the tool might use for a given part.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub UpdateAdornments( _
   ByVal part As Part _
) 
C# 
public virtual void UpdateAdornments( 
   Part part
)

Parameters

part

Remarks

If the tool uses its own tool handles (Northwoods.GoXam.Adornments), this should display them or hide them as appropriate. Typically this should only show them if the part is selected.

Requirements

See Also

© 2012 All Rights Reserved.