Softelvdm.Controls Class Library for Windows Controls 1.0

Initializing Property, SoftelvdmUserControl Class

Softel vdm, Inc.

Defines whether this control is initializing.

Syntax      SoftelvdmUserControl Class (Softelvdm.Controls)

VB   

Public Property Initializing As Boolean

C#   

public bool Initializing { get; set; }

C++   

public: property bool Initializing {
        bool get();
        void set(bool value);
}

Property Value

True if initializing, otherwise False.

The default value is False.

Comments

The Initializing property defines whether this control is initializing.

Applications should use the Initializing property to signal that they intend to initialize the control or to apply significant updates and additions to the control.

Use of the Initializing property allows controls to significantly improve performance when changing many properties or when performing updates and additions to the control.

SftTree/NET 2.0: When adding, inserting or removing many items, the use of the Initializing property is recommended as it increases performance significantly.

SftTabs/NET 6.0: When adding, inserting or removing many tabs, the use of the Initializing property is recommended as it increases performance significantly.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com