Struct TitleBarInfoEx
The structure for the TITLEBARINFOEX See TITLEBARINFOEX struct
Namespace: Dapplo.Windows.User32.Structs
Assembly: Dapplo.Windows.User32.dll
Syntax
public struct TitleBarInfoEx
Properties
| Improve this Doc View SourceBounds
The coordinates of the title bar. These coordinates include all title-bar elements except the window menu.
Declaration
public RECT Bounds { get; }
Property Value
| Type | Description |
|---|---|
| RECT |
Methods
| Improve this Doc View SourceCreate()
Factory method for a default TitleBarInfoEx.
Declaration
public static TitleBarInfoEx Create()
Returns
| Type | Description |
|---|---|
| TitleBarInfoEx |
ElementBounds(TitleBarInfoIndexes)
Returns the Bounds of the specified element
Declaration
public RECT ElementBounds(TitleBarInfoIndexes titleBarInfoIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| TitleBarInfoIndexes | titleBarInfoIndex | TitleBarInfoIndexes used to specify the element |
Returns
| Type | Description |
|---|---|
| RECT | RECT |
ElementState(TitleBarInfoIndexes)
Returns the ObjectState of the specified element
Declaration
public ObjectStates ElementState(TitleBarInfoIndexes titleBarInfoIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| TitleBarInfoIndexes | titleBarInfoIndex | TitleBarInfoIndexes used to specify the element |
Returns
| Type | Description |
|---|---|
| ObjectStates | ObjectStates |