'DeclarationPublic Shadows ReadOnly Property CanUndo As Boolean
'UsageDim instance As GcComboBox Dim value As Boolean value = instance.CanUndo
public new bool CanUndo {get;}
Property Value
true if this instance can undo; otherwise, false.The default is true.