MobileForms Toolkit Documentation

AdvancedTree Methods

The methods of the AdvancedTree class are listed below. For a complete list of AdvancedTree class members, see the AdvancedTree Members topic.

Public Static Methods

GetBrush Get the SolidBrush of the given Color.
GetPen Get the Pen of the given Color.

Public Instance Methods

AddTooltipArea Adds the rectangular tooltip area with the given text.
BeginInitObsolete. Signals the object that initialization is starting.
BeginInvoke (inherited from Control)Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
BeginUpdate Signals the object that initialization is starting.
BringToFront (inherited from Control)Brings the control to the front of the z-order.
CollapseAll Collapses all the nodes and all its child nodes.
CreateGraphics (inherited from Control)Creates the Graphics for the control.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
EndInitObsolete. Signals the object that initialization is complete.
EndInvoke (inherited from Control)Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
EndUpdate Signals the object that initialization is complete.
EnsureVisibleOverloaded. Scrolls the control to ensure that chosen node is visible and returns the node vertical offset.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExpandAll Expands all the child tree nodes.
Focus (inherited from Control)Sets input focus to the control.
GetCellAtPoint Returns the cell at the specified point.
GetCellBounds Get the drawing bounds of the given cell and node.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetNextNode Get next node of the desired node.
GetNodeCount Retrieves the number of tree nodes, optionally including those in all subtrees, assigned to the AdvancedTree control.
GetPrevNode Get previous node of the desired node.
GetType (inherited from Object)Gets the Type of the current instance.
Hide (inherited from Control)Conceals the control from the user.
InitializeLifetimeService (inherited from MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Invalidate (inherited from Control)Overloaded. Invalidates the entire surface of the control and causes the control to be redrawn.
Invoke (inherited from Control)Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle.
IsVisibleOverloaded. Determines the visibility of the Node at specified index.
LoadDataManually Fills AdvancedTree's NodeCollection by user provided Node objects.
LoadXmlOverloaded. Load the control from the specified location.
PerformAutoScale (inherited from ContainerControl)Performs scaling of the container control and its children.
PointToClient (inherited from Control)Computes the location of the specified screen point into client coordinates.
PointToScreen (inherited from Control)Computes the location of the specified client point into screen coordinates.
RectangleToClient (inherited from Control)Computes the size and location of the specified screen rectangle in client coordinates.
RectangleToScreen (inherited from Control)Computes the size and location of the specified client rectangle in screen coordinates.
Refresh (inherited from Control)Forces the control to invalidate its client area and immediately redraw itself and any child controls.
ResetImageCacheOverloaded.  
ResumeLayout (inherited from Control)Overloaded. Resumes usual layout logic.
ResumeRedraw Resumes normal redraw and immediately redraws control.
Scale (inherited from Control)Scales the control and all child controls by the specified scaling factor.
SelectNextControl (inherited from Control)Activates the next control.
SendToBack (inherited from Control)Sends the control to the back of the z-order.
SetScrollPos Set the scrollbar position so that given node has selected offset from the top.
Show (inherited from Control)Displays the control to the user.
SuspendLayout (inherited from Control)Temporarily suspends the layout logic for the control.
SuspendRedraw Temporarily suspends the redraw for the control.
ToString (inherited from Object)Returns a String that represents the current Object.
Update (inherited from Control)Causes the control to redraw the invalidated regions within its client area.

Protected Instance Methods

CreateControlsInstance (inherited from Control)Creates a new instance of the control collection for the control.
DisposeOverloaded.  
DrawBackgroundImage 
Finalize (inherited from Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetScaledBounds (inherited from Control)Retrieves the bounds within which the control is scaled.
MemberwiseClone (inherited from MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
MemberwiseClone (inherited from Object)Overloaded. Creates a shallow copy of the current Object.
OnActiveNodeChanged Fires the ActiveNodeChanged event.
OnAfterCollapse Raises the AfterCollapse event.
OnAfterExpand Raises the AfterExpand event.
OnAfterNodeSelect Fires the AfterNodeSelect event.
OnBeforeCollapse Raises the BeforeCollapse event.
OnBeforeExpand Raises the BeforeExpand event.
OnBindingContextChanged (inherited from Control)Raises the BindingContextChanged event.
OnButton Handles the ButtonClick event.
OnClick Handles the Click event.
OnDoubleClick 
OnEnabledChanged (inherited from Control)Raises the EnabledChanged event.
OnGotFocus (inherited from Control)Raises the GotFocus event.
OnHandleCreated (inherited from Control)Raises the HandleCreated event.
OnHandleDestroyed (inherited from Control)Raises the HandleDestroyed event.
OnHelpRequested (inherited from Control)Raises the HelpRequested event.
OnKeyDown Handles the key down event.
OnKeyPress (inherited from Control)Raises the KeyPress event.
OnKeyUp (inherited from Control)Raises the KeyUp event.
OnLink Handles the LinkClick event.
OnLostFocus (inherited from Control)Raises the LostFocus event.
OnMouseDown Handles the OnMouseDown event.
OnMouseMove 
OnMouseUp Handles the OnMouseUp event.
OnNodeAdding Fires the NodeAdding event.
OnNodeEntered Fires the NodeEntered event.
OnPaint Raises the Paint event.
OnPaintBackground Paints the background of the control.
OnParentChanged Raises the ParentChanged event.
OnResize Raises the Resize event.
OnScroll Fires the scroll event.
OnTextChanged (inherited from Control)Raises the TextChanged event.
RedrawBackBuffer Draws the nodes, header, background and border to the backbuffer.
ScaleControl Scales a control's location, size, padding, margin and templates.
ShouldSerializeFooter Indicates whether the Footer property should be persisted.
ShouldSerializeGradientBackColor Indicates whether the GradientBackColor property should be persisted.
ShouldSerializeHeader Indicates whether the Header property should be persisted.
ShouldSerializeMinusImage Indicates whether the MinusImage property should be persisted.
ShouldSerializePlusImage Indicates whether the PlusImage property should be persisted.
ShouldSerializePlusMinusMargin Indicates whether the PlusMinusMargin property should be persisted.
ShouldSerializePlusMinusSize Indicates whether the PlusMinusSize property should be persisted.
ShouldSerializeSelectionMode Indicates whether the SelectionMode property should be persisted.
ShouldSerializeToolTipType 

Protected Internal Instance Methods

OnCustomizeCell Fires the CustomizeCell event.

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace | Samples | NodeTemplate