Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("The minimum logical size for the auto scroll region.")> <CategoryAttribute("Layout")> Public Overridable ReadOnly Property AutoScrollMinSize As Size |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DescriptionAttribute("The minimum logical size for the auto scroll region.")] [CategoryAttribute("Layout")] public virtual Size AutoScrollMinSize {get;} |
Managed Extensions for C++ | |
---|---|
[DescriptionAttribute("The minimum logical size for the auto scroll region.")] [CategoryAttribute("Layout")] public: __property virtual Size get_AutoScrollMinSize(); |
C++/CLI | |
---|---|
[DescriptionAttribute("The minimum logical size for the auto scroll region.")] [CategoryAttribute("Layout")] public: virtual property Size AutoScrollMinSize { Size get(); } |
Return Value
The minimum size of the area that can be scrolled if scrollbars are shown.Refer to AutoScrollSmallChange.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family