FocusServices.GetSelectAllTextOnFocus Method
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Function GetSelectAllTextOnFocus ( _
element As DependencyObject _
) As Boolean
public static bool GetSelectAllTextOnFocus(
DependencyObject element
)
public:
static bool GetSelectAllTextOnFocus(
DependencyObject^ element
)
static member GetSelectAllTextOnFocus :
element:DependencyObject -> bool
public static function GetSelectAllTextOnFocus(
element : DependencyObject
) : boolean
Parameters
- element
Type: System.Windows.DependencyObject
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.