Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <SRDescriptionAttribute("The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.")> Public Property AcceptButton As IButtonControl |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CredentialsDialog Dim value As IButtonControl instance.AcceptButton = value value = instance.AcceptButton |
C# | |
---|---|
[DefaultValue()] [SRDescription("The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.")] public IButtonControl AcceptButton {get; set;} |
C++/CLI | |
---|---|
[DefaultValue()] [SRDescription("The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.")] public: property IButtonControl^ AcceptButton { IButtonControl^ get(); void set ( IButtonControl^ value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2