SplitterResizePreviewWindow.Show(UIElement) Method

Definition

Shows the window on-screen with the same size and screen position as the given UIElement.

public:
 void Show(System::Windows::UIElement ^ parentElement);
public void Show (System.Windows.UIElement parentElement);
member this.Show : System.Windows.UIElement -> unit
Public Sub Show (parentElement As UIElement)

Parameters

parentElement
UIElement

The element to show the preview window over.

Applies to