TitleBar.GetIsDragRegion(UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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