Gets or sets a value indicating whether to draw a focus frame near the control's edges.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ShowFocusFrame() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksSpecifies whether a standard Windows focus frame is drawn around FlowChartX' window when it owns the keyboard input focus.
See Also