Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / DrawFocusRectangle Property


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