TitleBar.SetIsDragRegion(UIElement, IReference<Boolean>) 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 void SetIsDragRegion(UIElement ^ element, IReference<bool> ^ value);
static void SetIsDragRegion(UIElement const& element, IReference<bool> const& value);
public static void SetIsDragRegion(UIElement element, System.Nullable<bool> value);
function setIsDragRegion(element, value)
Public Shared Sub SetIsDragRegion (element As UIElement, value As Nullable(Of Boolean))
Parameters
- element
- UIElement
- value
-
IReference<bool>