BCGSoft.ControlBars Namespace > CommandBar Class : CurrentDockRow Property |
'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); }
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