PowerTCP Emulation for .NET CF
AutoScroll Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : AutoScroll Property




Gets or sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries.

Syntax

Visual Basic (Declaration) 
Public Overrides Property AutoScroll As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As Boolean
 
instance.AutoScroll = value
 
value = instance.AutoScroll
C# 
public override bool AutoScroll {get; set;}
Managed Extensions for C++ 
public: __property bool get_AutoScroll() override;
public: __property void set_AutoScroll( 
   bool value
) override;
C++/CLI 
public:
property bool AutoScroll {
   bool get() override;
   void set (    bool value) override;
}

Remarks

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.