Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / SelectedViewChangedEventArgs Class / SelectedView Property

In This Topic
    SelectedView Property (SelectedViewChangedEventArgs)
    In This Topic
    Gets or sets the bounds of selected view.
    Syntax
    'Declaration
     
    
    Public Property SelectedView As Rectangle
    public Rectangle SelectedView {get; set;}
    See Also