Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / CaptionRefreshHint Enumeration


In This Topic
    CaptionRefreshHint Enumeration
    In This Topic
    Enumerates the possible hints used when refreshing a caption.
    Syntax
    'Declaration
     
    
    Public Enum CaptionRefreshHint 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CaptionRefreshHint
    public enum CaptionRefreshHint : System.Enum 
    Members
    MemberDescription
    AllThe entire caption is invalidated and re-painted.
    ButtonsOnly the buttons are invalidated and re-painted.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Docking.CaptionRefreshHint

    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