Xceed SmartUI Documentation
Panel SmartItems
SmartItems Categories > Panel SmartItems

PanelText: PanelText is a StatusBar Item, which is a static text (like "ready" or "number of folders"). PanelText can have a Image.

PanelCaps: PanelCaps is a Panel, which is enabled if the keyboard is set to Caps, and disabled if not. The Caption default Value is Caps but can be changed.

PanelNum: PanelNum is a Panel, which is enabled if the keyboard is set to Num and disabled if not. The Caption default Value is Num but can be changed.

PanelIns: PanelIns is a Panel, which is enabled if the keyboard is set to Ins and disabled if not. The Caption default Value is Ins but can be changed.

PanelScrl: PanelScrl is a Panel, which is enabled if the keyboard is set to Scrl and disabled if not. The Caption default Value is Scrl but can be changed.

PanelTime: PanelTime is a Panel, which displays the current system time. The default value is the current system format. A specific format can be set using Value. For more information about the Value capabilities, see the format function of VB. Example: .value=HH:MM:SS shows 24-hour format 23:59:59. The Caption is automatically updated each time the time changes.

PanelDate: PanelDate is a Panel, which displays the current system date. The default Value is the current system format. A specific format can be set using the Value. For more information about the Value capabilities, see the format function of VB. Example: .value=MM/DD/YYYY for US standard date value. The Caption is automatically updated each time the date changes.

PanelProgress: PanelProgress is a ProgressBar, which is integrated in a Panel. PanelProgress can have a Caption and a Image. The Value (between 0 and 100) indicates the length of the bar.

PanelProgressSmooth: PanelProgressSmooth is a PanelProgress-type scrollbar, which is smooth. The Value (between 0 and 100) indicates the length of the bar.

PanelDescription: PanelDescription is a Panel, which Caption is automatically set by the Description Value of the hot item of any other SmartItem.

PanelSpring: PanelSpring is a PanelText-type SmartItem, which resizes automatically.

PanelDescriptionSpring: PanelDescriptionSpring is PanelDescription-type SmartItem, which resizes automatically.

PanelSizeGripPlaceHolder: PanelSizeGripPlaceHolder is a Placeholder for a Size Grip.