Intersoft ClientUI Documentation
GetReturnLastFocus Method



The object of which the attached property value will be queried.
Gets the value of the ReturnLastFocus attached property.
Syntax
Public Shared Function GetReturnLastFocus( _
   ByVal obj As DependencyObject _
) As Boolean
Dim obj As DependencyObject
Dim value As Boolean
 
value = UXRibbonBar.GetReturnLastFocus(obj)
public static bool GetReturnLastFocus( 
   DependencyObject obj
)
public:
static bool GetReturnLastFocus( 
   DependencyObject^ obj
) 

Parameters

obj
The object of which the attached property value will be queried.

Return Value

A boolean value.
Requirements

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

See Also

Reference

UXRibbonBar Class
UXRibbonBar Members

Send Feedback