Softelvdm.Controls Class Library for Windows Controls 1.0

ComponentSettings Property, SoftelvdmUserControl Class

Softel vdm, Inc.

Defines the control's design-time settings.

Syntax      SoftelvdmUserControl Class (Softelvdm.Controls)

VB   

Public Property ComponentSettings As ApplicationSettingsBase

C#   

public ApplicationSettingsBase ComponentSettings { get; set; }

C++   

public: property ApplicationSettingsBase^ ComponentSettings {
        ApplicationSettingsBase^ get();
        void set(ApplicationSettingsBase^ value);
}

Property Value

The control's settings.

Comments

The ComponentSettings property defines the control's design-time settings.

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