Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Themes Namespace / ResourceKeys Class
Members


In This Topic
    ResourceKeys Class
    In This Topic
    Represents the resource keys of the toolkit.
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class ResourceKeys 
    'Usage
     
    Dim instance As ResourceKeys
    public static class ResourceKeys 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Toolkit.Themes.ResourceKeys

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Key that references a disabled button's outer border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a focused button's background brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a focused button's inner border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a focused button's outer border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a disabled button's inner border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a moused-over button's background brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a moused-over button's inner border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a moused-over button's outer border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a normal button's background brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a normal button's inner border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a normal button's outer border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a pressed button's background brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a pressed button's inner border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a pressed button's outer border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a disabled control's background brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a focused control's border brush  
    Public Fieldstatic (Shared in Visual Basic)Key that references a moused-over control's border brush  
    Public Fieldstatic (Shared in Visual Basic)Key that references a normal control's background brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a normal control's border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a selected control's border brush.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a disabled glyph's foreground.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a normal glyph's foreground.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a spin button's corner radius.  
    Public Fieldstatic (Shared in Visual Basic)Key that references a spinner button's style.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, 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