SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : VerticalScroll Property |
'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 WorkbookDesigner 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(); }
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