Version

ProgressBarInfo Class Members

The following tables list the members exposed by ProgressBarInfo.

Public Constructors
 NameDescription
Public ConstructorProgressBarInfo ConstructorConstructor  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceDetermines the appearance for the unfill area of the progress bar.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFillAppearanceDetermines the filled appearance for the progress bar style panel.  
Public PropertyHasAppearanceIndicates if there is an appearance set for the fill.  
Public PropertyHasFillAppearanceIndicates if there is an appearance set for the fill.  
Public PropertyLabelDetermines the label displayed on the progress bar.  
Public PropertyMaximumDetermines the maximum value for the progress bar.  
Public PropertyMinimumDetermines the minimum value for the progress bar.  
Public PropertyPercentFormatDetermines the format for the percent when displaying a formatted percent in the label.  
Public PropertySegmentWidthGets/sets the width of the segments in a Segmented style progress bar.  
Public PropertyShowLabelGets/sets whether the label for the progress bar is visible.  
Public PropertyStyleDetermines the style of the progress bar panel.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyValueDetermines the value for the progress bar panel.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
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 MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
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 progress bar info to their default values.  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetFillAppearanceResets the FillAppearance property to its default value.  
Public MethodShouldSerializeReturns whether any of the property values for the ProgressBarInfo differ from the default values.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns a string representation of the object.  
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 disposing of the control's resources when the control is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Listens for property change notifications of the object's sub objects.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearance

Returns a Boolean value that determines whether the Appearance property is set to its default value.

 
Protected MethodShouldSerializeFillAppearance

Returns a Boolean value that determines whether the FillAppearance property is set to its default value.

 
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also