DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / CuesType Enumeration

In This Topic
    CuesType Enumeration
    In This Topic
    Types of cues used to drag-n-dropping ItemContainers
    Syntax
    'Declaration
     
    
    Public Enum CuesType 
       Inherits System.Enum
    public enum CuesType : System.Enum 
    Members
    MemberDescription
    CuesOnlyShows cues only
    LiveCuesShows cues and shows relocated ItemContainer on pointing to cue
    NoneNo cues
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Layout.CuesType

    See Also