HostInsideType Enum
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.
Represents the enumeration for host inside type.
public enum class HostInsideType
public enum HostInsideType
type HostInsideType =
Public Enum HostInsideType
- Inheritance
-
HostInsideType
Fields
Name | Value | Description |
---|---|---|
HostOutside | 1 | Specifies the host is outside. |
UseSetParent | 2 | Specifies that host uses set parent |
UseDynamicPositioning | 3 | Specifies that the host uses dynamic positioning. |