Share via


IXRPanel::GetIsItemsHost (Compact 2013)

3/28/2014

This method retrieves a value that indicates whether this IXRPanel is a container for UI items that are generated by an items control.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetIsItemsHost(
  __out bool *pIsItemsHost
) = 0;

Parameters

  • pIsItemsHost
    [out] Pointer to a Boolean value that indicates whether this control is a container, or items host, for UI elements generated by an IXRItemsControl. The value is true if the control is an items host; otherwise, it is false. The default value is false.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Controls.Panel

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPanel
IXRItemsControl