SpreadsheetGear 2017
RemoveVisualChild Method (HorizontalScrollbarsPresenter)






SpreadsheetGear.Windows.Controls Namespace > HorizontalScrollbarsPresenter Class : RemoveVisualChild Method
Syntax
'Declaration
 
Protected Sub RemoveVisualChild( _
   ByVal child As System.Windows.Media.Visual _
) 
'Usage
 
Dim instance As HorizontalScrollbarsPresenter
Dim child As System.Windows.Media.Visual
 
instance.RemoveVisualChild(child)
protected void RemoveVisualChild( 
   System.Windows.Media.Visual child
)
protected procedure RemoveVisualChild( 
    child: System.Windows.Media.Visual
); 
protected function RemoveVisualChild( 
   child : System.Windows.Media.Visual
);
protected: void RemoveVisualChild( 
   System.Windows.Media.Visual* child
) 
protected:
void RemoveVisualChild( 
   System.Windows.Media.Visual^ child
) 

Parameters

child
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

HorizontalScrollbarsPresenter Class
HorizontalScrollbarsPresenter Members