Version

ScrollBarInfo Class Methods

For a list of all members of this type, see ScrollBarInfo members.

Public Methods
 NameDescription
Public MethodActivateInitialize the ScrollBarInfo  
Public MethodCancelScrollOverloaded. Cancels the current scroll operation.  
Public MethodCreateAccessibilityInstanceOverloaded. Creates an accessible object representing the scrollbar.  
Public MethodCreateAutomationProviderCreates a new automation provider for this ScrollBarInfo 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 MethodGetButtonStyleResolvedReturns the resolved Infragistics.Win.UIElementButtonStyle used by the elements associated with the scrollbarinfo instance.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetMaximumDragValueReturns the maximum drag value for the specified values of the control.  
Public MethodGetScrollBarLookIfAllocatedGets the instance of the ScrollBarLook class or null if it has not been created yet.  
Public MethodGetScrollPercentReturns the current value of the scrollbar info as a percentage.  
Public MethodHideNotify the listening scrollbar elements that the scrollbar should be hidden.  
Public MethodInitializeInitializes the properties of the ScrollBarInfo with the specified values.  
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 MethodPerformActionUsed to programatically invoke a scroll action.  
Public MethodResetResets the ScrollBarInfo properties to their default values.  
Public MethodResetAutoDisableResets the value of the AutoDisable property to its default value.  
Public MethodResetButtonStyleResets the ButtonStyle property to its default value.  
Public MethodResetLargeChangeResets the LargeChange property to its default value.  
Public MethodResetMaximumResets the Maximum property to its default value.  
Public MethodResetMinimumResets the Minimum property to its default value.  
Public MethodResetOrientationResets the Orientation property to its default value.  
Public MethodResetScrollBarLookResets the ScrollBarLook property to its default value.  
Public MethodResetSmallChangeResets the SmallChange property to its default value.  
Public MethodResetValueResets the Value property to its default value.  
Public MethodResetViewStyleResets the ViewStyle property to its default value.  
Public MethodShouldSerializeIndicates if the ScrollBarInfo needs to be serialized.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShowNotify the listening scrollbar elements that the scrollbar should be visible.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Handles the disposing of the object's resources.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnScrollRaises the Scroll event when the Value property changes.  
Protected MethodOnScrollTipShownRaises the ScrollTipShown event when the ShowScrollTip property is true and the Valuechanges.  
Protected MethodOnSubObjectPropChangedOverridden. Catches subobject property changes.  
Protected MethodOnValueChangedRaises the ValueChanged event when the Value property changes.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
See Also