ActivateSlideInPane Method
Activates the slide in pane at the specified position.
Syntax
'Declaration Public Overridable Sub ActivateSlideInPane( _ ByVal control As Object, _ ByVal slideInPanePosition As SlideInPanePosition _ )
'Usage Dim instance As ViewApplication Dim control As Object Dim slideInPanePosition As SlideInPanePosition instance.ActivateSlideInPane(control, slideInPanePosition)
public virtual void ActivateSlideInPane( object control, SlideInPanePosition slideInPanePosition )
public: virtual void ActivateSlideInPane( Object^ control, SlideInPanePosition slideInPanePosition )
Parameters
- control
- Control
- slideInPanePosition
- Slide In pane position
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