Version

Override Class Members

The following tables list the members exposed by Override.

Public Constructors
 NameDescription
Public ConstructorOverride ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyActiveNodeAppearanceGets/sets the Infragistics.Win.AppearanceBase that is applied to the UltraTree.ActiveNode.  
Public PropertyAllowAutoDragExpandGets/sets a value which determines whether a node will automatically expand on a drag hover.  
Public PropertyAllowCopyGets/sets a value which determines if a user can copy the UltraTree.SelectedNodes to the clipboard.  
Public PropertyAllowCutGets/sets a value which determines if a user can cut the UltraTree.SelectedNodes to the clipboard.  
Public PropertyAllowDeleteGets/sets a value which determines if a user can delete the node using the 'Delete' key.  
Public PropertyAllowPasteGets/sets a value which determines if a user can append nodes from the clipboard into the UltraTree.ActiveNode's UltraTreeNode.Nodes collection.  
Public PropertyBorderStyleNodeGets/sets BorderStyle of the UltraTreeNode  
Public PropertyCellClickActionGets/sets the action that results from the end user clicking on a cell.  
Public PropertyColumnSetGets/sets the UltraTreeColumnSet instance that defines the column structure for UltraTreeNodes associated with this instance.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDrawImageBackgroundGets/sets a value determining whether the ImageBackground is displayed for the node.  
Public PropertyEditorReturns/sets the editor used for editing the node's text.  
Public PropertyEditorComponentReturns/sets the component that implements the Infragistics.Win.IProvidesEmbeddableEditor interface for editing the Node's text.  
Public PropertyExpandedNodeAppearanceGets/sets the Infragistics.Win.AppearanceBase that is applied to UltraTreeNode.Expanded nodes.  
Public PropertyGlyphPaddingGets/sets the number of pixels of padding applied between node checkboxes/option buttons and the selectable area of the node.  
Public PropertyHasActiveNodeAppearanceReturns true if an ActiveNodeAppearance object has been created.  
Public PropertyHasExpandedNodeAppearanceReturns true if an ExpandedNodeAppearance object has been created.  
Public PropertyHasHotTrackingNodeAppearanceReturns true if a HotTrackingNodeAppearance object has been created.  
Public PropertyHasLabelEditAppearanceReturns true if a LabelEditAppearance object has been created.  
Public PropertyHasNodeAppearanceReturns true if a NodeAppearance object has been created.  
Public PropertyHasSelectedNodeAppearanceReturns true if a SelectedNodeAppearance object has been created.  
Public PropertyHotTrackingGets/sets a value indicating whether a node takes on the HotTrackingNodeAppearance as the mouse pointer passes over it.  
Public PropertyHotTrackingNodeAppearanceGets/sets the Infragistics.Win.AppearanceBase that is applied to the UltraTree.HotTrackingNode.  
Public PropertyImageSizeGets/sets the size of the images if no UltraTree.ImageList is supplied.  
Public PropertyItemHeightGets/sets the height of an UltraTreeNode.  
Public PropertyLabelEditGets/sets a value indicating whether the text of a UltraTreeNode can be edited by the user.  
Public PropertyLabelEditAppearanceGets/sets the Infragistics.Win.AppearanceBase that is applied when editing the label of an UltraTreeNode.  
Public PropertyMaxLabelHeightReturns/sets the maximum height for the text portion of a node.  
Public PropertyMaxLabelWidthReturns/sets the maximum width for the text portion of a node.  
Public PropertyMultilineReturns/sets a value indicating whether the label can display multiline text.  
Public PropertyNodeAppearanceGets/sets the Infragistics.Win.AppearanceBase that is applied to the UltraTreeNode.  
Public PropertyNodeDoubleClickActionGets/sets a value which determine how a UltraTreeNode responds to a Double-Click.  
Public PropertyNodeSpacingAfterReturns/sets the vertical spacing inserted after a node.  
Public PropertyNodeSpacingBeforeReturns/sets the vertical spacing inserted before a node.  
Public PropertyNodeStyleGets/sets style of the UltraTreeNode, which determines whether the node is a standard text node, checkbox, or option button.  
Public PropertyNotificationBadgeSettingsGets or sets the NotifcationBadgeSettings for the related nodes.  
Public PropertyReserveCheckBoxSpaceGets/sets whether or not to reserve space for a checkbox for nodes that do not have a checkbox.  
Public PropertyReserveImageSpaceGets/sets whether or not to reserve space for an image for nodes that do not have an image.  
Public PropertySelectedNodeAppearanceGets/sets the Infragistics.Win.AppearanceBase that is applied to UltraTreeNode.Selected nodes.  
Public PropertySelectionTypeGets/sets a value that determines how nodes are selected.  
Public PropertyShowColumnsGets/sets whether nodes affected by this Override display columns.  
Public PropertyShowEditorButtonsReturns/sets a value indicating when to show editing buttons when using embeddable editors.  
Public PropertyShowExpansionIndicatorGets/sets a value indicating whether expansion indicators (plus-sign (+) and minus-sign (-) buttons are displayed next to tree nodes that contain child tree nodes.  
Public PropertySortGets/sets a value indicating whether and how the tree nodes are sorted.  
Public PropertySortComparerGets/sets the sort comparer that is used to determine how UltraTreeNode objects are sorted.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTipStyleNodeGets/sets a value which determines whether node tips will be displayed when a UltraTreeNode's UltraTreeNode.Text is not fully visible.  
Public PropertyUseEditorReturns/sets a value indicating whether to use embeddable editors.  
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 Override back to their default values  
Public MethodResetActiveNodeAppearanceResets Active Node's Appearance to the defaults.  
Public MethodResetAllowAutoDragExpandReset AllowAutoDragExpand to the default.  
Public MethodResetAllowCopyResets AllowCopy to the default.  
Public MethodResetAllowCutResets AllowCut to the default.  
Public MethodResetAllowDeleteResets AllowDelete to the default.  
Public MethodResetAllowPasteResets AllowPaste to the default.  
Public MethodResetAppearanceHoldersResets all AppearanceHolders in the AppearanceHolder array  
Public MethodResetAppearancesResets all Appearances of the Override.  
Public MethodResetBorderStyleNodeReset BorderStyle to the default.  
Public MethodResetCellClickActionResets the CellClickAction property to its default value.  
Public MethodResetColumnSetResets all properties of the UltraTreeColumnSet instance referenced by the ColumnSet property to their defaults.  
Public MethodResetDrawImageBackgroundResets the DrawImageBackground property to its default value  
Public MethodResetEditorResets the Editor property to its default value.  
Public MethodResetEditorComponentResets the EditorComponent property to its default value.  
Public MethodResetEditorControlResets the EditorControl property to its default value.  
Public MethodResetExpandedNodeAppearanceReset ExpandedNodeAppearance properties to the defaults.  
Public MethodResetGlyphPaddingResets the GlyphPadding property to its default value.  
Public MethodResetHotTrackingResets HotTracking to the default.  
Public MethodResetHotTrackingNodeAppearanceResets HotTrackingAppearance to the defaults.  
Public MethodResetImageSizeResets ImageSize to the default.  
Public MethodResetItemHeightReset Itemheight to the Default  
Public MethodResetLabelEditResets LabelEdit to the default.  
Public MethodResetLabelEditAppearanceResets the LabelEditAppearance to the defaults.  
Public MethodResetMaxLabelHeightResets the MaxLabelHeight property to its default value.  
Public MethodResetMaxLabelWidthResets the MaxLabelWidth property to its default value.  
Public MethodResetMultilineResets the Multiline property to its default value.  
Public MethodResetNodeAppearanceResets the NodeAppearance to the defaults.  
Public MethodResetNodeDoubleClickActionReset NodeDoubleClickAction to the default.  
Public MethodResetNodeSpacingAfterResets the NodeSpacingAfter property to its default value.  
Public MethodResetNodeSpacingBeforeResets the NodeSpacingBefore property to its default value.  
Public MethodResetNodeStyleResets the Node Style to the default.  
Public MethodResetNotificationBadgeSettingsResets the NotificationBadgeSettings to their default value (null)  
Public MethodResetReserveCheckBoxSpaceResets ReserveCheckBoxSpace to the default  
Public MethodResetReserveImageSpaceReset ReserveImageSpace to the default.  
Public MethodResetSelectedNodeAppearanceResets SelectedNodeAppearance to the defaults.  
Public MethodResetSelectionTypeReset row's select type to default  
Public MethodResetShowColumnsResets the ShowColumns property to its default value.  
Public MethodResetShowEditorButtonsResets the ShowEditorButtons property to its default value.  
Public MethodResetShowExpansionIndicatorReset ShowExpansionIndicator to the default.  
Public MethodResetSortResets Sort to the default.  
Public MethodResetSortComparerResets the SortComparer to the default.  
Public MethodResetTipStyleNodeSets the TipStyleNode property to its default value  
Public MethodResetUseEditorResets the UseEditor property to its default value.  
Public MethodShouldSerializeReturns true is any of the properties of the Override have been set to non-default values  
Public MethodShouldSerializeActiveNodeAppearanceReturns true if the ActiveNodeAppearnce needs to be serialized  
Public MethodShouldSerializeAllowAutoDragExpandReturns true if AllowAutoDragExpand needs to be serialized.  
Public MethodShouldSerializeAllowCopyReturns true if AllowCopy needs to be serialized.  
Public MethodShouldSerializeAllowCutReturns true if AllowCut needs to be serialized.  
Public MethodShouldSerializeAllowDeleteReturns true if AllowDelete needs to be serialized.  
Public MethodShouldSerializeAllowPasteReturns true if AllowPaste needs to be serialized.  
Public MethodShouldSerializeBorderStyleNodeReturns true if this property is not set to its default value  
Public MethodShouldSerializeCellClickActionReturns whether the CellClickAction property requires serialization.  
Public MethodShouldSerializeDrawImageBackgroundReturns true if the DrawImageBackground property needs to be serialized  
Public MethodShouldSerializeEditorComponentIndicates whether the EditorComponent property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeEditorControlIndicates whether the EditorControl property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeExpandedNodeAppearanceReturns true if the ExpandedNodeAppearance needs to be serialized (not null )  
Public MethodShouldSerializeGlyphPaddingIndicates whether the GlyphPadding property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeHotTrackingReturns true if HotTracking needs to be serialized.  
Public MethodShouldSerializeHotTrackingNodeAppearanceReturns true if the HotTrackingNodeAppearance needs to be serialized (not null )  
Public MethodShouldSerializeImageSizeReturns true if the ImageSize needs to be serialized  
Public MethodShouldSerializeItemHeightReturns true if the ItemHeight needs to be serialized  
Public MethodShouldSerializeLabelEditReturns true if the LabelEdit needs to be serialized  
Public MethodShouldSerializeLabelEditAppearanceReturns true if the LabelEditAppearance needs to be serialized (not null )  
Public MethodShouldSerializeMaxLabelHeightIndicates whether the MaxLabelHeight property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeMaxLabelWidthIndicates whether the MaxLabelWidth property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeMultilineIndicates whether the Multiline property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeNodeAppearanceReturns true if the NodeAppearance needs to be serialized (not null )  
Public MethodShouldSerializeNodeDoubleClickActionReturns true if NodeDoubleClickAction needs to be serialized.  
Public MethodShouldSerializeNodeSpacingAfterIndicates whether the NodeSpacingAfter property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeNodeSpacingBeforeIndicates whether the NodeSpacingBefore property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeNodeStyleReturns true if the NodeStyle needs to be serialized  
Public MethodShouldSerializeNotificationBadgeSettingsReturns true if the HasNotificationBadgeSettings needs to be serialized  
Public MethodShouldSerializeReserveCheckBoxSpaceReturns true if the ReserveCheckBoxSpace needs to be serialized  
Public MethodShouldSerializeReserveImageSpaceReturns true if the ReserveImageSpace needs to be serialized  
Public MethodShouldSerializeSelectedNodeAppearanceReturns true if the SelectedNodeAppearance needs to be serialized (not null )  
Public MethodShouldSerializeSelectionTypeReturns true if the SelectType needs to be serialized  
Public MethodShouldSerializeShowColumnsReturns whether the ShowColumns property requires serialization.  
Public MethodShouldSerializeShowEditorButtonsIndicates whether the ShowEditorButtons property has changed from its default value and needs to be serialized.  
Public MethodShouldSerializeShowExpansionIndicatorReturns true if ShowExpansionIndicator needs to be serialized.  
Public MethodShouldSerializeSortReturns true if Sort needs to be serialized.  
Public MethodShouldSerializeSortComparerReturns true if SortComparer needs to be serialized.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShouldSerializeTipStyleNodeReturns true if TipStyleNode needs to be serialized.  
Public MethodShouldSerializeUseEditorIndicates whether the UseEditor property has changed from its default value and needs to be serialized.  
Public MethodToStringReturns an empty String.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataInvoked during the serialization of 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 MethodOnDeserializationInvoked after the entire object graph has been deserialized.  
Protected MethodOnDisposeOverridden. Called when this object is Disposed of  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when 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 MethodShouldSerializeAppearanceHoldersReturns true if any appearance properties need to be persisted  
Protected MethodShouldSerializeColumnSetReturns whether any properties of the the UltraTreeColumnSet instance referenced by the ColumnSet property have been changed from their defaults.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also