[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter")]
public class ScrollBarSettings : INotifyPropertyChanged<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter")>
Public Class ScrollBarSettings
Implements INotifyPropertyChanged| ScrollBarSettings | Constructor of the ScrollBarSettings class. |
| AutoHideScrollBars | True to show scroll Bars only if they are needed (if the document is larger than the client area); false to show them always. |
| DisplayHorizontalScrollBar | True to display built-in horizontal scrollbar; false otherwise. |
| DisplayVerticalScrollBar | True to display built-in vertical scrollbar; false otherwise. |
| HorizontalScrollBarHeight | Gets or sets the height of horizontal scrollbar. |
| HScrollBarSmallChange | Gets or sets the height of horizontal scrollbar. |
| VerticalScrollBarWidth | Gets or sets the width of vertical scrollbar. |
| VScrollBarSmallChange | Gets or sets the height of horizontal scrollbar. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged | Fires the PropertyChanged event. |
| ResetAutoHideScrollBars | Sets the AutoHideScrollBars to the default value. |
| ResetDisplayHorizontalScrollBar | Sets the DisplayHorizontalScrollBar to the default value. |
| ResetDisplayVerticalScrollBar | Sets the DisplayVerticalScrollBar to the default value. |
| ResetHorizontalScrollBarHeight | Sets the HorizontalScrollBarHeight to the default value. |
| ResetHScrollBarSmallChange | Sets the HScrollBarSmallChange to the default value. |
| ResetScrollBarSettings | Resets ScrollBarSettings to its default settings. |
| ResetVerticalScrollBarWidth | Sets the VerticalScrollBarWidth to the default value. |
| ResetVScrollBarSmallChange | Sets the VScrollBarSmallChange to the default value. |
| Scale | Scale the dimensions of the ScrollBar. |
| ShouldSerializeAutoHideScrollBars | Indicates whether the AutoHideScrollBars property should be serialized by Visual Studio designer. |
| ShouldSerializeDisplayHorizontalScrollBar | Indicates whether the DisplayHorizontalScrollBar property should be serialized by Visual Studio designer. |
| ShouldSerializeDisplayVerticalScrollBar | Indicates whether the DisplayVerticalScrollBar property should be serialized by Visual Studio designer. |
| ShouldSerializeHorizontalScrollBarHeight | Indicates whether the HorizontalScrollBarHeight property should be serialized by Visual Studio designer. |
| ShouldSerializeHScrollBarSmallChange | Indicates whether the HScrollBarSmallChange property should be serialized by Visual Studio designer. |
| ShouldSerializeVerticalScrollBarWidth | Indicates whether the VerticalScrollBarWidth property should be serialized by Visual Studio designer. |
| ShouldSerializeVScrollBarSmallChange | Indicates whether the VScrollBarSmallChange property should be serialized by Visual Studio designer. |
| ToString |
Converts an instance of this object to its String
representation.
(Overrides ObjectToString) |
| PropertyChanged | Raised whenever a value of a property in this class changes. |