LazyNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |