Gets or sets a value indicating whether selected items should be painted on top of other items.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SelectionOnTop() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksIf SelectionOnTop is enabled, selected items are painted over non-selected ones, ignoring the Z order position specified in ZIndex. If disabled, the items are painted as set in the Z order.
See Also