'DeclarationPublic Property AllowResize As Boolean
'UsageDim instance As DropDown Dim value As Boolean instance.AllowResize = value value = instance.AllowResize
public bool AllowResize {get; set;}
'DeclarationPublic Property AllowResize As Boolean
'UsageDim instance As DropDown Dim value As Boolean instance.AllowResize = value value = instance.AllowResize
public bool AllowResize {get; set;}