Classe TrackBar (System 2007)
Aggiornamento: novembre 2007
Rappresenta una classe TrackBar Windows Form che può essere aggiunta a un documento di Microsoft Office Word.
Spazio dei nomi: Microsoft.Office.Tools.Word.Controls
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Sintassi
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class TrackBar _
Inherits TrackBar _
Implements ISupportInitializeExtendedControl
Dim instance As TrackBar
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class TrackBar : TrackBar, ISupportInitializeExtendedControl
Note
La classe Microsoft.Office.Tools.Word.Controls.TrackBar è diversa da una classe System.Windows.Forms.TrackBar. La classe Microsoft.Office.Tools.Word.Controls.TrackBar presenta membri aggiuntivi che ne consentono l'aggiunta a un documento di Word e assegnano ad essa ulteriori metodi e proprietà.
Non utilizzare il costruttore New per creare una nuova classe TrackBar. Utilizzare il metodo AddTrackBar per aggiungere una nuova classe TrackBar a un documento.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.TrackBar
Microsoft.Office.Tools.Word.Controls.TrackBar
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.