Gets or sets a value indicating whether disabled selection handles should be visible.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ShowDisabledHandles() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksIf set to false, disabled manipulation handles aren't drawn. Otherwise they are painted with the DisabledMnpColor color. See MnpHandlesMask for more information.
See Also