Action
               
               Gets a value that indicates whether a Button is the default button. A user invokes the default button by pressing the ENTER
               key. This is a dependency property.
               
            
            
            
               Syntax
               
               
               C#
                  
protected Boolean IsDefault { get; }
                  VB
                  
'Declaration
Protected Read Property IsDefault As Boolean
                   
            
            
               
Access
               
               Read only.