'Declaration <BindableAttribute(True)> Public Property IsDropDownOpen As Boolean
'Usage Dim instance As GcDateTime Dim value As Boolean instance.IsDropDownOpen = value value = instance.IsDropDownOpen
'Declaration <BindableAttribute(True)> Public Property IsDropDownOpen As Boolean
'Usage Dim instance As GcDateTime Dim value As Boolean instance.IsDropDownOpen = value value = instance.IsDropDownOpen
If AllowDropDownOpen property is false, even set this property to true, user will find this property is still false.
Changing this property would fire DropDownOpened or DropDownClosed event.