The Win32HeaderItemFormat
object contains the following properties:
Property List | View ↓
Name | Description |
---|---|
Align
|
Returns the item’s content alignment. |
HasCheckBox
|
Indicates whether an item has a check-box. |
HasImage
|
Indicates that the header item has an additionally assigned image from the image list. |
IsBitmap
|
Denotes that the bitmap appears to the right of text. |
IsBitmapOnRight
|
Denotes that the bitmap appears to the right of text. |
IsChecked
|
Denotes that an item’s check-box is checked. |
IsFixed
|
Indicates that the header item has a fixed size and cannot be changed. |
IsOwnerdraw
|
Indicates that the header control’s owner draws the item. |
IsRtlReading
|
Indicates whether the header displays text right-to-left. |
IsSortDown
|
Indicates whether a down-arrow is displayed in the header item. |
IsSortUp
|
Indicates whether an up-arrow is displayed in the header item. |
IsString
|
Denotes whether the header item displays a string caption. |
Extended
This category includes properties that extend test functionality for the Win32HeaderItemFormat objects.
Name | Description |
---|---|
Align
|
Returns the item’s content alignment. |
HasCheckBox
|
Indicates whether an item has a check-box. |
HasImage
|
Indicates that the header item has an additionally assigned image from the image list. |
IsBitmap
|
Denotes that the bitmap appears to the right of text. |
IsBitmapOnRight
|
Denotes that the bitmap appears to the right of text. |
IsChecked
|
Denotes that an item’s check-box is checked. |
IsFixed
|
Indicates that the header item has a fixed size and cannot be changed. |
IsOwnerdraw
|
Indicates that the header control’s owner draws the item. |
IsRtlReading
|
Indicates whether the header displays text right-to-left. |
IsSortDown
|
Indicates whether a down-arrow is displayed in the header item. |
IsSortUp
|
Indicates whether an up-arrow is displayed in the header item. |
IsString
|
Denotes whether the header item displays a string caption. |
Other Categories
If TestComplete has access to internal methods, properties and files of your tested application (that is, if it is an Open Application), you can call the internal methods and properties as methods and properties of the appropriate test objects. You can view these properties and methods in corresponding categories (Private, Public, RTTI, Debug Agent, Firefox, and so on). These methods and properties are not described in the TestComplete help file. For more information on them, please see the documentation for the development tools that was used to create the application under test.
Name | Description |
---|---|
Align
|
Returns the item’s content alignment. |
HasCheckBox
|
Indicates whether an item has a check-box. |
HasImage
|
Indicates that the header item has an additionally assigned image from the image list. |
IsBitmap
|
Denotes that the bitmap appears to the right of text. |
IsBitmapOnRight
|
Denotes that the bitmap appears to the right of text. |
IsChecked
|
Denotes that an item’s check-box is checked. |
IsFixed
|
Indicates that the header item has a fixed size and cannot be changed. |
IsOwnerdraw
|
Indicates that the header control’s owner draws the item. |
IsRtlReading
|
Indicates whether the header displays text right-to-left. |
IsSortDown
|
Indicates whether a down-arrow is displayed in the header item. |
IsSortUp
|
Indicates whether an up-arrow is displayed in the header item. |
IsString
|
Denotes whether the header item displays a string caption. |