DockPattern.DockPatternInformation Struct
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.
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
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. |