====== VPOSITION property ====== ==== Applies To ==== Vscroll bar, Window. ==== Description ==== Returns or sets position of slide in a vertical scroll bar. The scroll bar can be in a window, or can be a discrete scroll bar control. ==== Usage ==== //position// = **Get_Property**(//objectname//, "**VPOSITION**") //existingposition// = **Set_Property**(//objectname//, "**VPOSITION**", //position//) ==== Remarks ==== //position// is an @FM-delimited array of: ^Position^Description^ |//Position<1>//|Current slide position.| |//Position<2>//|Least slide position.| |//Position<3>//|Greatest slide position.| |//Position<4>//|Slide increment (defaults to 1).| To hide the vertical scroll bar for a window, for example, a multi-page form, set the current, least, and greatest slide positions to 1 by setting the VPOSITION property to 1:@fm:1:@fm:1 ==== See Also ==== [[hposition|HPOSITION property]]