SpreadsheetGear 2017
ClipToBounds Property (VerticalScrollbarsPresenter)






SpreadsheetGear.Windows.Controls Namespace > VerticalScrollbarsPresenter Class : ClipToBounds Property
Syntax
'Declaration
 
Public Property ClipToBounds As System.Boolean
'Usage
 
Dim instance As VerticalScrollbarsPresenter
Dim value As System.Boolean
 
instance.ClipToBounds = value
 
value = instance.ClipToBounds
public System.bool ClipToBounds {get; set;}
public read-write property ClipToBounds: System.Boolean; 
public function get,set ClipToBounds : System.boolean
public: __property System.bool get_ClipToBounds();
public: __property void set_ClipToBounds( 
   System.bool value
);
public:
property System.bool ClipToBounds {
   System.bool get();
   void set (    System.bool 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

VerticalScrollbarsPresenter Class
VerticalScrollbarsPresenter Members