FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / DrawFocusRectangle Property


In This Topic
DrawFocusRectangle Property (ElementContainerControl)
In This Topic
Gets or sets the focus rectangle drawing style in the control.
Syntax
'Declaration
 
Public Overridable Property DrawFocusRectangle As DrawFocusRectangle
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As DrawFocusRectangle
 
instance.DrawFocusRectangle = value
 
value = instance.DrawFocusRectangle
See Also