LazyNode Class

Definition

Tree node that implements the ILazyLoadingNode object.

public ref class LazyNode abstract : System::Windows::Forms::TreeNode, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::ILazyLoadingNode
public abstract class LazyNode : System.Windows.Forms.TreeNode, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ILazyLoadingNode
type LazyNode = class
    inherit TreeNode
    interface ILazyLoadingNode
Public MustInherit Class LazyNode
Inherits TreeNode
Implements ILazyLoadingNode
Inheritance
LazyNode
Derived
Implements

Constructors

LazyNode()

Initializes a new instance of the LazyNode class with the default property values.

LazyNode(SerializationInfo, StreamingContext)

Initializes a new instance of the LazyNode class with the specified information and context.

Properties

Expandable

Gets or sets a value indicating whether a node can be expanded.

Expanding

Gets an indication if a node is currently expanding.

Methods

CancelExpand()

Specifies that a tree node should stop expanding.

EnumerateChildren()

Builds children and removes the fake node if present.

Applies to