Version

ToolPropsBase Class Members

The following tables list the members exposed by ToolPropsBase.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearancesLargeGets the ToolAppearances object that contains appearance settings for the tool when large images are being rendered.  
Public PropertyAppearancesSmallGets the ToolAppearances object that contains appearance settings for the tool when small images are being rendered.  
Public PropertyCaptionGets or sets the text that specifies the caption of either all tools or a specific instance.  
Public PropertyDisplayStyleGets or sets the display style for either all tools or a specific instance.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasAppearancesLargeReturns a Boolean value indicating whether a ToolAppearances object has been created for the AppearancesLarge property.  
Public PropertyHasAppearancesSmallReturns a Boolean value indicating whether a ToolAppearances object has been created for the AppearancesSmall property.  
Public PropertyKeyTipGets or sets a string with a maximum of 3 characters that represents the mnemonic displayed for the tool when using keytips.  
Public PropertyMaxWidthGets or sets the maximum width for either all tools or a specific instance.  
Public PropertyMinWidthGets or sets the minimum width for either all tools or a specific instance.  
Public PropertyNotificationBadgeSettingsThe NotificationBadgeSettings for the Tool  
Public PropertyNotificationBadgeTextGets or sets the text that specifies the NotificationText of either all tools or a specific instance.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyWidthGets or sets the width for either all tools or a specific instance.  
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 all properties of the ToolPropsBase to their default values.  
Public MethodResetAppearancesLargeResets the AppearancesLarge property to its default value.  
Public MethodResetAppearancesSmallResets the AppearancesSmall property to its default value.  
Public MethodResetCaptionResets the Caption property to its default value.  
Public MethodResetDisplayStyleResets the DisplayStyle property to its default value.  
Public MethodResetKeyTipResets the KeyTip property to its default value.  
Public MethodResetMaxWidthResets the MaxWidth property to its default value.  
Public MethodResetMinWidthResets the MinWidth property to its default value.  
Public MethodResetNotificationBadgeSettingsResets the NotificationBadgeSettings to their default value (null)  
Public MethodResetNotificationBadgeTextResets the NotificationBadgeText property to its default value.  
Public MethodResetWidthResets the Width property to its default value.  
Public MethodShouldSerializeNotificationBadgeSettingsReturns true if the HasNotificationBadgeSettings needs to be serialized  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns an empty string so nothing shows up on the right side of the property grid.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataPopulates the specified System.Runtime.Serialization.SerializationInfo with the data from 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 MethodOnDisposeOverridden.   
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on a sub object.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearancesLargeDetermines whether the AppearancesLarge property is set to its default value.  
Protected MethodShouldSerializeAppearancesSmallDetermines whether the AppearancesSmall 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