BCGSoft.ControlBars Namespace > AutoHidePanel Class : AddDockingPane Method |
– boolean variable, If the value of this variable is true,
the docking pane will be added with animation, with delay. In this case it means fluently.
Called by the framework on setting autohide mode for the docking pane. Creates a related AutohideButton or a group of the AutohideButtons to place to the AutoHidePanel.
'Declaration Public Sub AddDockingPane( _ ByVal pane As DockingPane, _ ByVal withAnimation As Boolean _ )
'Usage Dim instance As AutoHidePanel Dim pane As DockingPane Dim withAnimation As Boolean instance.AddDockingPane(pane, withAnimation)
public void AddDockingPane( DockingPane pane, bool withAnimation )
public: void AddDockingPane( DockingPane* pane, bool withAnimation )
public: void AddDockingPane( DockingPane^ pane, bool withAnimation )
– boolean variable, If the value of this variable is true,
the docking pane will be added with animation, with delay. In this case it means fluently.
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