SpreadsheetGear 2012
VerticalScroll Property (WorkbookExplorer)






Syntax
'Declaration
 
<SRCategoryAttribute("Layout")>
<SRDescriptionAttribute("Gets the vertical scroll bar for this ScrollableControl.")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute()>
Public ReadOnly Property VerticalScroll As System.Windows.Forms.VScrollProperties
'Usage
 
Dim instance As WorkbookExplorer
Dim value As System.Windows.Forms.VScrollProperties
 
value = instance.VerticalScroll
[SRCategory("Layout")]
[SRDescription("Gets the vertical scroll bar for this ScrollableControl.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable()]
public System.Windows.Forms.VScrollProperties VerticalScroll {get;}
public read-only property VerticalScroll: System.Windows.Forms.VScrollProperties; 
SRCategoryAttribute("Layout")
SRDescriptionAttribute("Gets the vertical scroll bar for this ScrollableControl.")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute()
public function get VerticalScroll : System.Windows.Forms.VScrollProperties
[SRCategory("Layout")]
[SRDescription("Gets the vertical scroll bar for this ScrollableControl.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable()]
public: __property System.Windows.Forms.VScrollProperties* get_VerticalScroll();
[SRCategory("Layout")]
[SRDescription("Gets the vertical scroll bar for this ScrollableControl.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable()]
public:
property System.Windows.Forms.VScrollProperties^ VerticalScroll {
   System.Windows.Forms.VScrollProperties^ get();
}
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

WorkbookExplorer Class
WorkbookExplorer Members

Send Feedback