ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonToggleGroup Class / PressedButton Property

In This Topic
    PressedButton Property (RibbonToggleGroup)
    In This Topic
    Gets or sets the currently pressed button in this RibbonToggleGroup.
    Syntax
    'Declaration
     
    Public Property PressedButton As RibbonToggleButton
    public RibbonToggleButton PressedButton {get; set;}
    See Also