Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / GalleryItemSelectionHint Enumeration


In This Topic
    GalleryItemSelectionHint Enumeration
    In This Topic
    Possible hints about gallery item selection request.
    Syntax
    'Declaration
     
    
    Public Enum GalleryItemSelectionHint 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GalleryItemSelectionHint
    public enum GalleryItemSelectionHint : System.Enum 
    Members
    MemberDescription
    KeyboardThe selected state is altered through keyboard input.
    MouseThe selected state is altered through mouse input.
    UserThe selected state is altered directly from code.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.GalleryItemSelectionHint

    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