Gets or sets the accept button. This is a dependency property.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public ButtonBase AcceptButton { get; set; }
Visual Basic (Declaration)
Public Property AcceptButton As ButtonBase
Visual C++
public:
property ButtonBase^ AcceptButton {
	ButtonBase^ get ();
	void set (ButtonBase^ value);
}

Field Value

The accept button.

See Also