Version

GetLogicalName Method (PopupResizerProxy)

Overrides the Logical name of the PopupResizer control to return the name of the popup resizer bar(if any), else the name of its templated parent control(if any), else the location of the templated parent control
Syntax
'Declaration
 
Protected Overrides Function GetLogicalName( _
   ByVal element As System.Windows.FrameworkElement _
) As System.String
protected override System.string GetLogicalName( 
   System.Windows.FrameworkElement element
)
protected: System.string* GetLogicalName( 
   System.Windows.FrameworkElement* element
) override 

Parameters

element
The popup resizer bar

Return Value

Returns the computed locgical name for the PopupResizer control
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