Class FocusUtility
Inheritance
System.Object
FocusUtility
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class FocusUtility : DependencyObject
Constructors
FocusUtility()
Declaration
Fields
FocusOnLoadProperty
Declaration
public static DependencyProperty FocusOnLoadProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Methods
GetFocusOnLoad(DependencyObject)
Declaration
public static bool GetFocusOnLoad(DependencyObject dp)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
dp |
|
Returns
Type |
Description |
System.Boolean |
|
SetFocusOnLoad(DependencyObject, Boolean)
Declaration
public static void SetFocusOnLoad(DependencyObject dp, bool value)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
dp |
|
System.Boolean |
value |
|