GetSettingsValue Method

Returns the Parameter value from the control's Settings element in the toolkit configuration file.

Remarks

The ability to fetch user-defined attributes enables you to change the run-time behavior without programming. If your application uses a custom Settings format, use GetSettingsXML.

Syntax

Visual Basic (Declaration) 
Overridable Function GetSettingsValue( _
   ByVal strAttribute As String _
) As String
C# 
virtual string GetSettingsValue( 
   string strAttribute
)

Parameters

strAttribute
The Parameter Name from the configuration file.

See Also