Search
FlowChart.ShowFocusFrame Property
See Also
 



Gets or sets a value indicating whether to draw a focus frame near the control's edges.

 Syntax

VB6  Copy Code

Public Property Get ShowFocusFrame() As Boolean
Public Property Let ShowFocusFrame( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_ShowFocusFrame ()
void put_ShowFocusFrame (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Specifies whether a standard Windows focus frame is drawn around FlowChartX' window when it owns the keyboard input focus.

 See Also