Intersoft ClientUI Documentation
SearchFlags Enumeration



Specifies flags that control the way in which the search for UXDesktopDockButton is conducted by UXDesktopDock component.
Syntax
<FlagsAttribute()>
Public Enum SearchFlags 
   Inherits System.Enum
Dim instance As SearchFlags
[FlagsAttribute()]
public enum SearchFlags : System.Enum 
[FlagsAttribute()]
public enum class SearchFlags : public System.Enum 
Members
MemberDescription
All Includes all search criterias.
ApplicationID Includes the search based on application unique identifier.
ApplicationUri Includes the search based on application source.
WindowGroupName Includes the search based on window group name.
WindowID Includes the search based on window unique identifier.
WindowInstance Includes the search based on window instance.
WindowName Includes the search based on window name.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXDock.SearchFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Aqua.UXDock Namespace

Send Feedback