'Declaration
Public Shadows ReadOnly Property CanUndo As Boolean
'Usage
Dim 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.