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