Version

TickmarkSettingsBase Class Members

The following tables list the members exposed by TickmarkSettingsBase.

Public Fields
 NameDescription
Public FieldDefaultMajorExtentThe default extent for major tickmarks.  
Public FieldDefaultMidpointExtentThe default extent for a midpoint tickmark.  
Public FieldDefaultMinorExtentThe default extent for minor tickmarks.  
Public FieldDefaultThicknessThe default thickness of tickmarks on a TrackBar.  
Public FieldDefaultTrackOffsetThe default offset from the track area of a TrackBar, for major or minor tickmarks.  
Protected Fields
 NameDescription
Protected FielddefaultExtentThe default value of the extent property.  
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceGets or sets the appearance of the tickmarks.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyExtentGets or sets the height or width of the tickmarks, depending on if the orientation of the TrackBar is horizontal or vertical, respectively.  
Public PropertyExtentResolvedGets the resolved extent of the associated tickmarks.  
Public PropertyHasAppearanceReturns whether the Appearance property has been created.  
Public PropertyLocationGets or sets where the tickmarks are shown relative to the track area.  
Public PropertyLocationResolvedGets the resolved location of the tickmarks.  
Public PropertyThicknessGets or sets the width or height of the tickmarks, depending on if the orientation of the TrackBar is horizontal or vertical, respectively.  
Public PropertyThicknessResolvedGets the resolved thickness of the associated tickmarks.  
Public PropertyTrackOffsetGets or sets the distance between the track and the tickmarks. Must be at least 0.  
Public PropertyVisibleGets or sets whether the tickmarks are visible. The default value is dependant on the ViewStyle of the TrackBar.  
Public PropertyVisibleResolvedGets the resolved visibility of the tickmarks.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Protected PropertyTrackBarEditorGets the associated TrackBarEditor  
Protected PropertyTypeGets the type of the tickmark that this object controls.  
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 back to their defaults  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetExtentResets the property back to its default value  
Public MethodResetLocationResets the Location property to its default value  
Public MethodResetThicknessResets the property back to its default value  
Public MethodResetTrackOffsetResets the property back to its default value  
Public MethodResetVisibleResets the Visible property to its default value  
Public MethodShouldSerializeIndicates if the object needs to be serialized.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns an empty string.  
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. Called when the object is being disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Invoked when a property on a subobject has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearanceReturns true if the Appearance is not the default  
Protected MethodShouldSerializeExtentReturns true if the value is not the default  
Protected MethodShouldSerializeLocationReturns true if the Location property is not the default  
Protected MethodShouldSerializeThicknessReturns true if the value is not the default  
Protected MethodShouldSerializeTrackOffsetReturns true if the value is not the default  
Protected MethodShouldSerializeVisibleReturns true if the value is not the default  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also