Infragistics(R) NetAdvantage(R) Windows Forms
UltraNavigationBarActionButtonSettings Class Members
See Also  Fields  Properties  Methods  Events E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : UltraNavigationBarActionButtonSettings Class


The following tables list the members exposed by UltraNavigationBarActionButtonSettings.

Protected Constructors

 NameDescription
protected ConstructorUltraNavigationBarActionButtonSettings ConstructorConstructor used during deserialization to initialize a new UltraNavigationBarButtonAppearances object with the serialized property values.  
Top

Protected Fields

 NameDescription
protected FieldappearanceHolder Used to store Appearance objects. (Inherited from Infragistics.Win.Misc.ButtonAppearancesBase)
protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Properties

 NameDescription
public PropertyAppearance Gets/sets the general (i.e., stateless) appearance for the object associated with this instance. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
public PropertyHasAppearanceReturns whether an appearance object has been created for the UltraNavigationBarButtonAppearances.Appearance. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
public PropertyHasHotTrackAppearanceReturns whether an appearance object has been created for the UltraNavigationBarButtonAppearances.HotTrackAppearance. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
public PropertyHasPressedAppearanceReturns whether an appearance object has been created for the UltraNavigationBarButtonAppearances.PressedAppearance. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
public PropertyHotTrackAppearance Gets/sets the appearance for the object associated with this instance which is applied when the cursor passes within the bounds of the associated user interface element. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
public PropertyPressedAppearance Gets/sets the appearance for the object associated with this instance which is applied when the associated user interface element is in the pressed state. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Top

Protected Properties

 NameDescription
protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Methods

 NameDescription
public MethodCreateObjRef Creates 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 MethodGetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodInitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
public MethodResetAppearanceResets the properties of the UltraNavigationBarButtonAppearances.Appearance to their default values. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
public MethodResetHotTrackAppearanceResets the properties of the UltraNavigationBarButtonAppearances.HotTrackAppearance to their default values. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
public MethodResetPressedAppearanceResets the properties of the UltraNavigationBarButtonAppearances.PressedAppearance to their default values. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Top

Protected Methods

 NameDescription
protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodGetObjectDataHelper Helper method for implementing the ISerializable interface's GetObjectData method. (Inherited from Infragistics.Win.Misc.ButtonAppearancesBase)
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.  Called when this instance has been disposed.  
protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodShouldSerializeAppearanceReturns whether the UltraNavigationBarButtonAppearances.Appearance requires serialization. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
protected MethodShouldSerializeHotTrackAppearanceReturns whether the UltraNavigationBarButtonAppearances.HotTrackAppearance requires serialization. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
protected MethodShouldSerializePressedAppearanceReturns whether the UltraNavigationBarButtonAppearances.PressedAppearance requires serialization. (Inherited from Infragistics.Win.Misc.UltraNavigationBarButtonAppearances)
Top

Public Events

 NameDescription
public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Top

See Also