ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / CtrlButtons Enumeration

In This Topic
    CtrlButtons Enumeration
    In This Topic
    Determines the visibility of control buttons.
    Syntax
    'Declaration
     
    Public Enum CtrlButtons 
       Inherits System.Enum
    public enum CtrlButtons : System.Enum 
    Members
    MemberDescription
    NoneNo control buttons are displayed.
    PlayDisplays the Play button.
    StopDisplays the Stop button.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1LightBox.CtrlButtons

    See Also