SpreadsheetGear 2017
VerticalScroll Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : VerticalScroll Property
Syntax
'Declaration
 
<SRCategoryAttribute("CatLayout")>
<SRDescriptionAttribute("ScrollableControlVerticalScrollDescr")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public ReadOnly Property VerticalScroll As System.Windows.Forms.VScrollProperties
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Windows.Forms.VScrollProperties
 
value = instance.VerticalScroll
[SRCategory("CatLayout")]
[SRDescription("ScrollableControlVerticalScrollDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
public System.Windows.Forms.VScrollProperties VerticalScroll {get;}
public read-only property VerticalScroll: System.Windows.Forms.VScrollProperties; 
SRCategoryAttribute("CatLayout")
SRDescriptionAttribute("ScrollableControlVerticalScrollDescr")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)
public function get VerticalScroll : System.Windows.Forms.VScrollProperties
[SRCategory("CatLayout")]
[SRDescription("ScrollableControlVerticalScrollDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
public: __property System.Windows.Forms.VScrollProperties* get_VerticalScroll();
[SRCategory("CatLayout")]
[SRDescription("ScrollableControlVerticalScrollDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
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

WorkbookDesigner Class
WorkbookDesigner Members