GetSettingsValue Method
Returns the Parameter value from the control's Settings element in the toolkit configuration file.
Settings
format, use GetSettingsXML.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.