TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ApplicationZoom Class / ControlBars Property
Example

In This Topic
    ControlBars Property (C1ApplicationZoom)
    In This Topic
    Gets the collection of ControlBar contained within the C1Zoom.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ControlBars As List(Of ControlBar)
    public List<ControlBar> ControlBars {get;}

    Property Value

    A ControlBar value list that representing the collection of ControlBar contained within the C1Zoom.
    Example

    The following code example shows how to use this property.

    See Also