Visual Basic (Declaration) | |
---|---|
<SRCategoryAttribute("Layout")> <LocalizableAttribute(True)> <SRDescriptionAttribute("The margin around controls during auto scroll.")> Public Property AutoScrollMargin As Size |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CredentialsDialog Dim value As Size instance.AutoScrollMargin = value value = instance.AutoScrollMargin |
C# | |
---|---|
[SRCategory("Layout")] [Localizable(true)] [SRDescription("The margin around controls during auto scroll.")] public Size AutoScrollMargin {get; set;} |
C++/CLI | |
---|---|
[SRCategory("Layout")] [Localizable(true)] [SRDescription("The margin around controls during auto scroll.")] public: property Size AutoScrollMargin { Size get(); void set ( Size value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2