DockPattern.DockPatternInformation Struct

Definition

Provides access to the property values of a DockPattern object using its Current or Cached accessors.

public: value class DockPattern::DockPatternInformation
public struct DockPattern.DockPatternInformation
type DockPattern.DockPatternInformation = struct
Public Structure DockPattern.DockPatternInformation
Inheritance
DockPattern.DockPatternInformation

Remarks

The properties in this structure can also be retrieved by using GetCurrentPropertyValue and GetCachedPropertyValue, using the corresponding identifiers from DockPattern. For example, The DockPosition property is identified by the DockPositionProperty field. More information about the individual properties is available on the reference pages for those identifiers; see the link in the Remarks section of each reference topic.

Properties

DockPosition

Retrieves the DockPosition of an AutomationElement within a docking container.

Applies to

See also