Class TemplateControls.BoldText<TLabel>
Sample template control with text which has a middle part with bold font.
public class TemplateControls.BoldText<TLabel> : TemplateControl, IBaseObjectWithId, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo where TLabel : AbstractControl, new()
Type Parameters
TLabel
- Inheritance
-
TemplateControls.BoldText<TLabel>
- Implements
Constructors
- BoldText(string, string, string, bool)
Initializes a new instance of the TemplateControls.BoldText<TLabel> class.
Properties
- BoldLabel
Gets control which contains middle part of the text.
- PrefixLabel
Gets control which contains first part of the text.
- SuffixLabel
Gets control which contains last part of the text.