Version

NotificationBadgeSettings Class Members

The following tables list the members exposed by NotificationBadgeSettings.

Public Constructors
 NameDescription
Public ConstructorNotificationBadgeSettings ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceGets or sets the appearance for the Notification.  
Public PropertyBorderStyleDetermines BorderStyle of the Notification  
Public PropertyDisplayShadowDetermines if the Notification should be drawn with shadow  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyPreferredDisplayAreaDetermines preferred area (Image/Text) for the Notification  
Public PropertyPreferredDisplayPositionDetermines the position within the area where Notification will be shown  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyVisibilityDetermines if the Notification should be visible  
Protected Properties
 NameDescription
Protected PropertyIsInitializingDetermines if the NotificationBadgeSettings are initializing  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCloneClones the NotificationBadgeSettings  
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 MethodDisposeOverridden. Disposes the object  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetObjectDataSerializes the NotificationBadgeSettings  
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 MethodResetSets all the properties to their default values  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetBorderStyleResets the BorderStyle property to its default value.  
Public MethodResetDisplayShadowResets the DisplayShadow property to its default value.  
Public MethodResetPreferredDisplayAreaResets the PreferredDisplayPosition property to its default value.  
Public MethodResetPreferredDisplayPositionResets the PreferredDisplayPosition property to its default value.  
Public MethodResetVisibilityResets the PreferredDisplayPosition property to its default value.  
Public MethodShouldSerializeProvides information about whether or not the NotificationBadgeSettings should be serialized  
Public MethodShouldSerializeBorderStyleDetermines whether the BorderStyle property is set to its default value.  
Public MethodShouldSerializeDisplayShadowDetermines whether the DisplayShadow property is set to its default value.  
Public MethodShouldSerializePreferredDisplayAreaDetermines whether the PreferredDisplayArea property is set to its default value.  
Public MethodShouldSerializePreferredDisplayPositionDetermines whether the PreferredDisplayPosition property is set to its default value.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShouldSerializeVisibilityDetermines whether the Visibility property is set to its default value.  
Public MethodToStringOverrides the base to string method  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodCloneBaseSettingsMethod allowing inherited classes to clone the settings of the NotificationBadgeSettings class  
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 MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property of this object or another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearanceDetermines whether the Appearance 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