BCGControlBar Library for .NET
SetRefToCurrentDockRow Method




A DockRow to set a reference.
Sets a reference to a DockRow which the CommandBar is currently docked at.
Syntax
'Declaration
 
Public Sub SetRefToCurrentDockRow( _
   ByVal p As DockBarRow _
) 
'Usage
 
Dim instance As CommandBar
Dim p As DockBarRow
 
instance.SetRefToCurrentDockRow(p)
public void SetRefToCurrentDockRow( 
   DockBarRow p
)
public: void SetRefToCurrentDockRow( 
   DockBarRow* p
) 
public:
void SetRefToCurrentDockRow( 
   DockBarRow^ p
) 

Parameters

p
A DockRow to set a reference.
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

CommandBar Class
CommandBar Members

Send Feedback