The C1PreviewOutlineView type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginInvoke(Delegate) |
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from ControlControl.) |
|
BeginInvoke(Delegate, array<Object>[]()[][]) |
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
(Inherited from ControlControl.) |
|
BeginUpdate |
Disables any redrawing of the tree view.
(Inherited from TreeView.) |
|
BringToFront |
Brings the control to the front of the z-order.
(Inherited from Control.) |
|
CollapseAll |
Collapses all the tree nodes.
(Inherited from TreeView.) |
|
Contains |
Retrieves a value indicating whether the specified control is a child of the control.
(Inherited from Control.) |
|
CreateControl |
Forces the creation of the control, including the creation of the handle and any child controls.
(Inherited from Control.) |
|
CreateGraphics |
Creates the Graphics for the control.
(Inherited from Control.) |
|
DoDragDrop |
Begins a drag-and-drop operation.
(Inherited from Control.) |
|
DrawToBitmap |
Supports rendering to the specified bitmap.
(Inherited from Control.) |
|
EndInvoke |
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
(Inherited from Control.) |
|
EndUpdate |
Enables the redrawing of the tree view.
(Inherited from TreeView.) |
|
ExpandAll |
Expands all the tree nodes.
(Inherited from TreeView.) |
|
FindForm |
Retrieves the form that the control is on.
(Inherited from Control.) |
|
Focus |
Sets input focus to the control.
(Inherited from Control.) |
|
GetChildAtPoint(Point) |
Retrieves the child control that is located at the specified coordinates.
(Inherited from ControlControl.) |
|
GetChildAtPoint(Point, GetChildAtPointSkip) |
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
(Inherited from ControlControl.) |
|
GetContainerControl |
Returns the next ContainerControl up the control's chain of parent controls.
(Inherited from Control.) |
|
GetNextControl |
Retrieves the next control forward or back in the tab order of child controls.
(Inherited from Control.) |
|
GetNodeAt(Point) |
Retrieves the tree node that is at the specified point.
(Inherited from TreeViewTreeView.) |
|
GetNodeAt(Int32, Int32) |
Retrieves the tree node at the point with the specified coordinates.
(Inherited from TreeViewTreeView.) |
|
GetNodeCount |
Retrieves the number of tree nodes, optionally including those in all subtrees, assigned to the tree view control.
(Inherited from TreeView.) |
|
GetPreferredSize |
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from Control.) |
|
Hide |
Conceals the control from the user.
(Inherited from Control.) |
|
HitTest(Point) |
Provides node information, given a point.
(Inherited from TreeViewTreeView.) |
|
HitTest(Int32, Int32) |
Provides node information, given x- and y-coordinates.
(Inherited from TreeViewTreeView.) |
|
Invalidate()()()() |
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from ControlControl.) |
|
Invalidate(Region) |
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
(Inherited from ControlControl.) |
|
Invalidate(Boolean) |
Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from ControlControl.) |
|
Invalidate(Rectangle) |
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
(Inherited from ControlControl.) |
|
Invalidate(Region, Boolean) |
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from ControlControl.) |
|
Invalidate(Rectangle, Boolean) |
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from ControlControl.) |
|
Invoke(Delegate) |
Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from ControlControl.) |
|
Invoke(Delegate, array<Object>[]()[][]) |
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
(Inherited from ControlControl.) |
|
PerformLayout()()()() |
Forces the control to apply layout logic to all its child controls.
(Inherited from ControlControl.) |
|
PerformLayout(Control, String) |
Forces the control to apply layout logic to all its child controls.
(Inherited from ControlControl.) |
|
PointToClient |
Computes the location of the specified screen point into client coordinates.
(Inherited from Control.) |
|
PointToScreen |
Computes the location of the specified client point into screen coordinates.
(Inherited from Control.) |
|
PreProcessControlMessage |
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.) |
|
PreProcessMessage |
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.) |
|
RectangleToClient |
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from Control.) |
|
RectangleToScreen |
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from Control.) |
|
Refresh |
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from Control.) |
|
ResetText |
Resets the Text property to its default value.
(Inherited from Control.) |
|
ResumeLayout()()()() |
Resumes usual layout logic.
(Inherited from ControlControl.) |
|
ResumeLayout(Boolean) |
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from ControlControl.) |
|
Select |
Activates the control.
(Inherited from Control.) |
|
SelectNextControl |
Activates the next control.
(Inherited from Control.) |
|
SendToBack |
Sends the control to the back of the z-order.
(Inherited from Control.) |
|
SetBounds(Int32, Int32, Int32, Int32) |
Sets the bounds of the control to the specified location and size.
(Inherited from ControlControl.) |
|
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) |
Sets the specified bounds of the control to the specified location and size.
(Inherited from ControlControl.) |
|
Show |
Displays the control to the user.
(Inherited from Control.) |
|
Sort |
Sorts the items in TreeView control.
(Inherited from TreeView.) |
|
SuspendLayout |
Temporarily suspends the layout logic for the control.
(Inherited from Control.) |
|
ToString |
Overrides ToString()()()().
(Inherited from TreeView.) |
|
Update |
Causes the control to redraw the invalidated regions within its client area.
(Inherited from Control.) |