BCGControlBar Library for .NET
FindLeftSplitterForObject Method




Syntax
'Declaration
 
Public Function FindLeftSplitterForObject( _
   ByVal obj As Object, _
   ByVal findInParentTable As Boolean _
) As SplitterHolder
'Usage
 
Dim instance As DockTable
Dim obj As Object
Dim findInParentTable As Boolean
Dim value As SplitterHolder
 
value = instance.FindLeftSplitterForObject(obj, findInParentTable)
public SplitterHolder FindLeftSplitterForObject( 
   object obj,
   bool findInParentTable
)
public: SplitterHolder* FindLeftSplitterForObject( 
   Object* obj,
   bool findInParentTable
) 
public:
SplitterHolder^ FindLeftSplitterForObject( 
   Object^ obj,
   bool findInParentTable
) 

Parameters

obj
findInParentTable
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

DockTable Class
DockTable Members

Send Feedback