| Visual Basic (Declaration) | |
|---|---|
<CategoryAttribute("Layout")> <DescriptionAttribute("The minimum logical size for the auto scroll region.")> Public Overridable ReadOnly Property AutoScrollMinSize As Size | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[CategoryAttribute("Layout")] [DescriptionAttribute("The minimum logical size for the auto scroll region.")] public virtual Size AutoScrollMinSize {get;} | |
| C++/CLI | |
|---|---|
[CategoryAttribute("Layout")] [DescriptionAttribute("The minimum logical size for the auto scroll region.")] 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