ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / PanelElement Class / VisibleSelector Property

In This Topic
    VisibleSelector Property (PanelElement)
    In This Topic
    Gets or sets a value indicating which integer property of a Tile object is checked to determine whether the panel element is visible, if the property value is not equal to zero.
    Syntax
    'Declaration
     
    
    Public Property VisibleSelector As IntValueSelector
    public IntValueSelector VisibleSelector {get; set;}
    See Also