BCGControlBar Library for .NET
CurrentDockRow Property




Specifies the dock row on the parent frame where the CommandBar is located.
Syntax
'Declaration
 
Public Overridable Property CurrentDockRow As DockBarRow
'Usage
 
Dim instance As CommandBar
Dim value As DockBarRow
 
instance.CurrentDockRow = value
 
value = instance.CurrentDockRow
public virtual DockBarRow CurrentDockRow {get; set;}
public: __property virtual DockBarRow* get_CurrentDockRow();
public: __property virtual void set_CurrentDockRow( 
   DockBarRow* value
);
public:
virtual property DockBarRow^ CurrentDockRow {
   DockBarRow^ get();
   void set (    DockBarRow^ value);
}
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