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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also