ClassDefaultButtonService
Class
Represents default button service.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
cs-api-definition
public static class DefaultButtonService
Inheritance: objectDefaultButtonService
Fields
DefaultButtonProperty
Dependency property for default button.
Declaration
cs-api-definition
public static readonly DependencyProperty DefaultButtonProperty
Field Value
DependencyProperty
Methods
GetDefaultButton(DependencyObject)
Gets the default button.
Declaration
cs-api-definition
public static Button GetDefaultButton(DependencyObject element)
Parameters
element
DependencyObject
The element.
Returns
Button
SetDefaultButton(DependencyObject, Button)
Sets the default button.
Declaration
cs-api-definition
public static void SetDefaultButton(DependencyObject element, Button button)
Parameters
element
DependencyObject
The element.
button
Button
The button.