Gets a value that indicates if the ImageViewer has a horizontal or vertical scroll bars.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property HasScroll As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageViewer
Dim value As Boolean
value = instance.HasScroll
|
C# | |
---|
public bool HasScroll {get;} |
C++/CLI | |
---|
public:
property bool HasScroll {
bool get();
} |
Return Value
false if there is no vertical and horizontal scroll bars. otherwise true.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also