Northwoods.GoWPF 1.3.5 Assembly
SearchFlags Enumeration
See Also  Send Feedback
Northwoods.GoXam Namespace : SearchFlags Enumeration

This enumeration is used to control what kinds of parts are found, in calls to DiagramPanel.FindPartsNear<T> and DiagramPanel.FindPartsIn<T>.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum SearchFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
[FlagsAttribute()]
public enum SearchFlags : System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Group Include all nodes that are groups.
Label Include all nodes that are link labels.
Links Include all links.
Nodes Include all kinds of nodes, including groups and link label nodes.
None Include no parts (not very useful).
Parts Include all parts.
Selectable Also require parts to be selectable.
SelectableParts Include all selectable parts.
SimpleNode Include all nodes that are not groups or link label nodes.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.SearchFlags

Requirements

See Also

© 2012 All Rights Reserved.