HScrollBar Class (2007 System)
Represents a Windows Forms HScrollBar that can be added to a Microsoft Office Word document.
Namespace: Microsoft.Office.Tools.Word.Controls
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class HScrollBar _
Inherits HScrollBar _
Implements ISupportInitializeExtendedControl
'Usage
Dim instance As HScrollBar
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class HScrollBar : HScrollBar, ISupportInitializeExtendedControl
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class HScrollBar : public HScrollBar,
ISupportInitializeExtendedControl
public class HScrollBar extends HScrollBar implements ISupportInitializeExtendedControl
Remarks
The Microsoft.Office.Tools.Word.Controls.HScrollBar is different from a System.Windows.Forms.HScrollBar. The Microsoft.Office.Tools.Word.Controls.HScrollBar has additional members that enable it to be added to a Word document and that give it additional methods and properties.
Do not use the New constructor to create a new HScrollBar. Use the AddHScrollBar method to add a new HScrollBar to a document.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollBar
System.Windows.Forms.HScrollBar
Microsoft.Office.Tools.Word.Controls.HScrollBar
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.