次の方法で共有


ScrollingHelper Class

 

Contains functionality to adjust the scrolling behavior in a control.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.ScrollingHelper

Syntax

public static class ScrollingHelper
public ref class ScrollingHelper abstract sealed 
Public NotInheritable Class ScrollingHelper

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static DisplayVertScrollableIfNeeded(TextBox)

Makes a text box vertically scrollable if the text does not fit on one line, and hides the vertical scroll bar if the text fits on one line.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Common Namespace

Return to top