[Visual
Basic] imagekitcontrolname.ScrollBar
[= Boolean ]
[Visual
C++] [BOOL =
]imagekitcontrolname.GetScrollBar()
imagekitcontrolname.SetScrollBar(BOOL Val)
imagekitcontrolname.SetScrollBar(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Displays scroll bars on the Imagekit Control. |
False | Does not display scroll bars on the Imagekit Control. (Default) |
Explanation
The ScrollBar property sets whether or not scroll bars are displayed on the ImageKit Control. The default value is False. When the ScrollBar property is True, if an image does not fit within the ImageKit Control, scroll bars will appear and can be used to scroll the image.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.