TitleBar.GetIsDragRegion(UIElement) Method

Definition

public:
 static IReference<bool> ^ GetIsDragRegion(UIElement ^ element);
 static IReference<bool> GetIsDragRegion(UIElement const& element);
public static System.Nullable<bool> GetIsDragRegion(UIElement element);
function getIsDragRegion(element)
Public Shared Function GetIsDragRegion (element As UIElement) As Nullable(Of Boolean)

Parameters

element
UIElement

Returns

Applies to