C1.Win.8 Assembly / C1.Win.Themes Namespace / StyledPropertyCollection Class / OnGetUninitializedProperty Method
Property name.

OnGetUninitializedProperty Method (StyledPropertyCollection)
Called when trying to get an initialized property value.
Syntax
'Declaration
 
Protected Overridable Function OnGetUninitializedProperty( _
   ByVal name As String _
) As Object
 

Parameters

name
Property name.

Return Value

Returns new value.
Exceptions
ExceptionDescription
The exception that is thrown when trying to use uninitialized C1.Win.Themes.StyledPropertyCollection.StyledProperty.
Remarks
Ideally this should never happen. The property can be initialized here and return its new value.
See Also