Intersoft ClientUI Documentation
FindButton Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > UXDesktopDock Class : FindButton Method






targetContext
The target object which attributes are queried.
searchButtonFlags
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

Visual Basic (Declaration) 
Public Function FindButton( _
   ByVal targetContext As Object, _
   ByVal searchButtonFlags As SearchFlags _
) As UXDesktopDockButton
Visual Basic (Usage)Copy Code
Dim instance As UXDesktopDock
Dim targetContext As Object
Dim searchButtonFlags As SearchFlags
Dim value As UXDesktopDockButton
 
value = instance.FindButton(targetContext, searchButtonFlags)
C# 
public UXDesktopDockButton FindButton( 
   object targetContext,
   SearchFlags searchButtonFlags
)
Delphi 
public function FindButton( 
    targetContext: TObject;
    searchButtonFlags: SearchFlags
): UXDesktopDockButton; 
JScript 
public function FindButton( 
   targetContext : Object,
   searchButtonFlags : SearchFlags
) : UXDesktopDockButton;
Managed Extensions for C++ 
public: UXDesktopDockButton* FindButton( 
   Object* targetContext,
   SearchFlags searchButtonFlags
) 
C++/CLI 
public:
UXDesktopDockButton^ FindButton( 
   Object^ targetContext,
   SearchFlags 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.