Version

ScrollBarLook Class Members

The following tables list the members exposed by ScrollBarLook.

Public Constructors
 NameDescription
Public ConstructorScrollBarLook ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceDefault appearance for the ScrollBar.  
Public PropertyAppearanceCallbackReturns or sets the delegate used during the appearance resolution process to resolve the default appearance.  
Public PropertyAppearanceHorizontalDefault horizontal appearance for the ScrollBar.  
Public PropertyAppearanceVerticalDefault vertical appearance for the ScrollBar.  
Public PropertyButtonAppearanceDefault appearance for the ScrollBar buttons.  
Public PropertyButtonAppearanceCallbackReturns or sets the delegate used during the appearance resolution process to resolve the button appearance.  
Public PropertyButtonAppearanceHorizontalDefault appearance for the horizontal ScrollBar buttons.  
Public PropertyButtonAppearanceVerticalDefault appearance for the vertical ScrollBar buttons.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasAppearanceHorizontalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasAppearanceVerticalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasButtonAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasButtonAppearanceHorizontalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasButtonAppearanceVerticalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasThumbAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasThumbAppearanceHorizontalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasThumbAppearanceVerticalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasTrackAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasTrackAppearanceHorizontalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasTrackAppearanceVerticalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHorizontalScrollBarArrowWidthGets/sets the width of the horizontal scrollbar arrow.  
Public PropertyHorizontalScrollBarArrowWidthResolvedReturns the resolved value for the HorizontalScrollBarArrowWidth. If the value has been set, return the HorizontalScrollBarArrowWidth. If the value has not been set, return the SystemInformation.HorizontalScrollBarArrowWidth. If the value is less than zero, throw an ArgumentOutOfRangeException.  
Public PropertyHorizontalScrollBarHeightGets/sets the height of the horizontal scrollbar.  
Public PropertyHorizontalScrollBarHeightResolvedReturns the resolved value for the HorizontalScrollBarHeight. If the value has been set, return the HorizontalScrollBarHeight. If the value has not been set, return the ScaledSystemInformation.GetHorizontalScrollBarHeight();. If the value is less than zero, throw an ArgumentOutOfRangeException.  
Public PropertyMinimumThumbHeightDetermines the minimum height of a vertical scroll bar thumb.  
Public PropertyMinimumThumbWidthDetermines the minimum width of a horizontal scroll bar thumb.  
Public PropertyMinMaxButtonsVisibleDetermines if the Min and Max buttons are displayed.  
Public PropertyScrollBarArrowStyleDetermines the number and positioning of the scroll bar arrow buttons.  
Public PropertyShowMinMaxButtonsDetermines if the Min and Max buttons are displayed.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyThumbAppearanceDefault appearance for the scroll thumb.  
Public PropertyThumbAppearanceCallbackReturns or sets the delegate used during the appearance resolution process to resolve the thumb appearance.  
Public PropertyThumbAppearanceHorizontalDefault appearance for the horizontal scroll thumb.  
Public PropertyThumbAppearanceVerticalDefault appearance for the vertical scroll thumb.  
Public PropertyTrackAppearanceDefault appearance for the scroll track.  
Public PropertyTrackAppearanceCallbackReturns or sets the delegate used during the appearance resolution process to resolve the track appearance.  
Public PropertyTrackAppearanceHorizontalDefault appearance for the horizontal scroll track.  
Public PropertyTrackAppearanceVerticalDefault appearance for the vertical scroll track.  
Public PropertyVerticalScrollBarArrowHeightGets/sets the height of the vertical scrollbar arrow.  
Public PropertyVerticalScrollBarArrowHeightResolvedReturns the resolved value for the VerticalScrollBarArrowHeight. If the value has been set, return the VerticalScrollBarArrowHeight. If the value has not been set, return the SystemInformation.VerticalScrollBarArrowHeight. If the value is less than zero, throw an ArgumentOutOfRangeException.  
Public PropertyVerticalScrollBarWidthGets/sets the width of the vertical scrollbar.  
Public PropertyVerticalScrollBarWidthResolvedReturns the resolved value for the VerticalScrollBarWidth. If the value has been set, return the VerticalScrollBarWidth. If the value has not been set, return the SystemInformation.VerticalScrollBarWidth. If the value is less than zero, throw an ArgumentOutOfRangeException.  
Public PropertyViewStyleReturns/sets the style of the control.  
Protected Properties
 NameDescription
Protected PropertyDefaultViewStyleReturns the default value for the ViewStyle property.  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCloneReturns a copy of this ScrollBarLook object.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetHorizontalScrollBarArrowWidthResolvedReturns the resolved HorizontalScrollBarArrowWidth for the scrollbar look used by a specific component.  
Public MethodGetHorizontalScrollBarHeightResolvedOverloaded. Returns the resolved value for the HorizontalScrollBarHeight. If the value has been set, return the HorizontalScrollBarHeight. If the value has not been set, return the ScaledSystemInformation.GetHorizontalScrollBarHeight();. If the value is less than zero, throw an ArgumentOutOfRangeException.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetMinimumThumbHeightResolvedReturns the resolved MinimumThumbHeight for the scrollbar look used by a specific component.  
Public MethodGetMinimumThumbWidthResolvedReturns the resolved MinimumThumbWidth for the scrollbar look used by a specific component.  
Public MethodGetScrollBarArrowStyleResolvedReturns the resolved ScrollBarArrowStyle for the scrollbar look used by a specific component.  
Public MethodGetShowMinMaxButtonsResolvedReturns the resolved ShowMinMaxButtons for the scrollbar look used by a specific component.  
Public MethodGetVerticalScrollBarArrowHeightResolvedOverloaded. Returns the resolved VerticalScrollBarArrowHeight for the scrollbar look used by a specific component.  
Public MethodGetVerticalScrollBarWidthResolvedOverloaded. Returns the resolved value for the VerticalScrollBarWidth. If the value has been set, return the VerticalScrollBarWidth. If the value has not been set, return the SystemInformation.VerticalScrollBarWidth. If the value is less than zero, throw an ArgumentOutOfRangeException.  
Public MethodInitializeAppearancesInitializes the Infragistics.Win.AppearancesCollection for the ScrollBar appearance objects.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets the properties of the ScrollBarLook object to their default values.  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetAppearanceHorizontalResets the AppearanceHorizontal property to its default value.  
Public MethodResetAppearanceVerticalResets the AppearanceVertical property to its default value.  
Public MethodResetButtonAppearanceResets the ButtonAppearance property to its default value.  
Public MethodResetButtonAppearanceHorizontalResets the ButtonAppearanceHorizontal property to its default value.  
Public MethodResetButtonAppearanceVerticalResets the ButtonAppearanceVertical property to its default value.  
Public MethodResetHorizontalScrollBarArrowWidthResets the HorizontalScrollBarArrowWidth property to its default value.  
Public MethodResetHorizontalScrollBarHeightResets the HorizontalScrollBarHeight property to its default value.  
Public MethodResetMinMaxButtonsVisibleResets the MinMaxButtonsVisible property to its default value.  
Public MethodResetScrollBarArrowStyleResets the ScrollBarArrowStyle property to its default value.  
Public MethodResetThumbAppearanceResets the ThumbAppearance property to its default value.  
Public MethodResetThumbAppearanceHorizontalResets the ThumbAppearanceHorizontal property to its default value.  
Public MethodResetThumbAppearanceVerticalResets the ThumbAppearanceVertical property to its default value.  
Public MethodResetTrackAppearanceResets the TrackAppearance property to its default value.  
Public MethodResetTrackAppearanceHorizontalResets the TrackAppearanceHorizontal property to its default value.  
Public MethodResetTrackAppearanceVerticalResets the TrackAppearanceVertical property to its default value.  
Public MethodResetVerticalScrollBarArrowHeightResets the VerticalScrollBarArrowHeight property to its default value.  
Public MethodResetVerticalScrollBarWidthResets the VerticalScrollBarWidth property to its default value.  
Public MethodResetViewStyleRestores the ViewStyle property to its default value.  
Public MethodResolveAppearanceOverloaded. Resolves the ScrollBar's appearance.  
Public MethodResolveButtonAppearanceOverloaded. Resolves the button appearance.  
Public MethodResolveScrollThumbAppearanceOverloaded. Resolves the scroll thumb appearance.  
Public MethodResolveScrollTrackAppearanceOverloaded. Resolves the scroll track appearance.  
Public MethodShouldSerializeIndicates if the ScrollBarLook object needs to be serialized.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataInvoked during the serialization of the object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDeserializationInvoked after the entire object graph has been deserialized.  
Protected MethodOnDisposeOverridden. Handles the disposing of the object's resources.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Receives subobject change notifications.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also