ScrollableControl.HorizontalScroll Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the characteristics associated with the horizontal scroll bar.
public:
property System::Windows::Forms::HScrollProperties ^ HorizontalScroll { System::Windows::Forms::HScrollProperties ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.HScrollProperties HorizontalScroll { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HorizontalScroll : System.Windows.Forms.HScrollProperties
Public ReadOnly Property HorizontalScroll As HScrollProperties
Property Value
A HScrollProperties that contains information about the horizontal scroll bar.
- Attributes
Remarks
The HScrollProperties class contains information about the scroll bar and its operation, such as whether it is enabled and visible, the scroll page size, orientation, display position, and so on.
Applies to
See also
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.