C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / DuplicateParentStateEnabled Property


In This Topic
DuplicateParentStateEnabled Property (C1Icon)
In This Topic
Syntax
'Declaration
 
Public Overridable Property DuplicateParentStateEnabled As Boolean
 
'Usage
 
Dim instance As C1Icon
Dim value As Boolean
 
instance.DuplicateParentStateEnabled = value
 
value = instance.DuplicateParentStateEnabled
See Also