Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartPaint Class / ShowFocusCues Property


In This Topic
    ShowFocusCues Property
    In This Topic
    Gets a value indicating if the SmartControl or SmartItem should display focus rectangles on subsequent calls to the Draw methods.
    Syntax
    'Declaration
     
    Public ReadOnly Property ShowFocusCues As Boolean
    'Usage
     
    Dim instance As SmartPaint
    Dim value As Boolean
     
    value = instance.ShowFocusCues
    public bool ShowFocusCues {get;}

    Property Value

    true if the SmartControl or SmartItem should display focus rectangle; false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also