How do we achieve the accept button and cancel button in WPF?
We just have to set the button attributes for enable those features.
Accept Button - Button.IsDefault = "True"
Cancel Button - Button.IsCancel = "True"
Saturday, February 13, 2010
Subscribe to:
Posts (Atom)