OnGetUninitializedProperty Method (ItemStyle) | Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / ItemStyle Class / OnGetUninitializedProperty Method
Property name.

In This Topic
OnGetUninitializedProperty Method (ItemStyle)
In This Topic
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.
Remarks
Ideally this should never happen. The property can be initialized here and return its new value.
See Also