BCGControlBar Library for .NET
CurrentDockBar Property




If the CommandBar is in the docked state the function returns parent DockBar  for the current DockRow; otherwise, null reference.
Syntax
'Declaration
 
Public ReadOnly Property CurrentDockBar As DockBar
'Usage
 
Dim instance As CommandBar
Dim value As DockBar
 
value = instance.CurrentDockBar
public DockBar CurrentDockBar {get;}
public: __property DockBar* get_CurrentDockBar();
public:
property DockBar^ CurrentDockBar {
   DockBar^ get();
}
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