Intersoft ClientUI Documentation
FindButton Method



The target object which attributes are queried.
The flags that control what search attributes to be included.
Returns a UXDesktopDockButton instance based on specified search flag that matches the attributes defined in the target object.
Syntax
Public Function FindButton( _
   ByVal targetContext As Object, _
   ByVal searchButtonFlags As SearchFlags _
) As UXDesktopDockButton
Dim instance As UXDesktopDock
Dim targetContext As Object
Dim searchButtonFlags As SearchFlags
Dim value As UXDesktopDockButton
 
value = instance.FindButton(targetContext, searchButtonFlags)

Parameters

targetContext
The target object which attributes are queried.
searchButtonFlags
The flags that control what search attributes to be included.
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

UXDesktopDock Class
UXDesktopDock Members

Send Feedback