Xceed SmartUI for WinForms v3.6 Documentation
Welcome to Xceed SmartUI for WinForms v3.6 / Basic Concepts / SmartControls / SmartStatusBar / NumStatePanel SmartItem
In This Topic
    NumStatePanel SmartItem
    In This Topic

    The NumStatePanel SmartItem is one of the preferred SmartItems for the SmartStatusBar SmartControl and is designed to be used as a panel that displays the state of the NumLock key. 

     

    Although the NumStatePanel SmartItem is one of the SmartStatusBar's preferred SmartItems, it can also be used with any other SmartControl.

    Preferred sibling SmartItems

    The following table provides a list of the preferred sibling SmartItems: 

    Preferred sibling SmartItem Description
    CapsStatePanel SmartItem Represents a SmartItem designed to be used as a panel that displays the state of the CAPS key for the SmartStatusBar SmartControl.
    DateTimePanel SmartItem Represents a SmartItem designed to be used as a panel that displays the date and time for the SmartStatusBar SmartControl.
    InsStatePanel SmartItem Represents a SmartItem designed to be used as a panel that displays the state of the Insert key for the SmartStatusBar SmartControl.
    Panel SmartItem Represents a SmartItem designed to be used as a panel/label for the SmartStatusBar SmartControl.
    ProgressPanel SmartItem Represents a SmartItem designed to be used as a progress bar for the SmartStatusBar SmartControl.
    ScrollStatePanel SmartItem Represents a SmartItem designed to be used as a panel that displays the state of the ScrollLock button for the SmartStatusBar SmartControl.
    SpringPanel SmartItem Represents a SmartItem designed to be used as a spring panel for the SmartStatusBar SmartControl.

    Things you should consider

      • Do you want to know if the panel's corresponding key is activated? Check the panel's Activated property. 

      • Do you want to prevent a SmartItem from being selected? Set its CanBeSelected property to false.