Softelvdm.Controls Class Library for Windows Controls 1.0

SaveSettings Property, SoftelvdmUserControl Class

Softel vdm, Inc.

Defines whether design-time control information is saved.

Syntax      SoftelvdmUserControl Class (Softelvdm.Controls)

VB   

Public Overridable NotOverridable Property SaveSettings As Boolean

C#   

public virtual final bool SaveSettings { get; set; }

C++   

public: property virtual bool SaveSettings {
        bool get() sealed;
        void set(bool value) sealed;
}

Property Value

True to save the current settings, otherwise False.

Comments

The SaveSettings property defines whether design-time control information is saved.

For internal use only - Not intended for direct use by applications

Controls only save design-time settings (in development mode). Component settings are not accessible to or usable by applications.

Version Information

Supported in version 1.0.
Products Table


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