SplitterResizePreviewWindow.Show(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.
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.