ToolStripStatusLabel
Description
Usage
<WMStyleBase model=@toolStripStatusLabel></WMStyleBase>
<ToolBarTemplateItem class="spring-active">
<label class="@(toolStripStatusLabel.GetStringClasses() + " " + toolStripStatusLabel.GetToolTipClass() + " BorderStyle")"
title="@toolStripStatusLabel.ToolTipText"
onclick="@toolStripItemClick">
@toolStripStatusLabel.Text
</label>
</ToolBarTemplateItem>
<WMToolStripStatusLabel3DBorderStyle ToolStripStatusLabel="@this.toolStripStatusLabel" />
Properties
Methods
Dynamic Rendering
Styles
Events
Last updated