SpreadsheetGear 2012
AutoScroll Property (ShapeExplorer)






Syntax
'Declaration
 
<System.ComponentModel.LocalizableAttribute(True)>
Public Overridable Property AutoScroll As System.Boolean
'Usage
 
Dim instance As ShapeExplorer
Dim value As System.Boolean
 
instance.AutoScroll = value
 
value = instance.AutoScroll
[System.ComponentModel.Localizable(true)]
public virtual System.bool AutoScroll {get; set;}
public read-write property AutoScroll: System.Boolean; virtual; 
System.ComponentModel.LocalizableAttribute()
public function get,set AutoScroll : System.boolean
[System.ComponentModel.Localizable(true)]
public: __property virtual System.bool get_AutoScroll();
public: __property virtual void set_AutoScroll( 
   System.bool value
);
[System.ComponentModel.Localizable(true)]
public:
virtual property System.bool AutoScroll {
   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

ShapeExplorer Class
ShapeExplorer Members

Send Feedback