32 |
ImageSize property on 32 (specifies the size of the control' icons)
|
31 |
ImageSize property on 16 (default) (specifies the size of the control' icons)
|
30 |
How can I display the caption in mirror
|
29 |
How can I display vertically the caption
|
28 |
Does your control support text decorations
with AxLabel1 do begin WordWrap := True; Caption := '<font ;32><sha ;;0><out><gra FFFFFF>gradient-bottom</gra><br><fgcolor=FFFFFF><gra 000000>gradient-top</gra></fgcolor><br><fgcolo' + 'r=000000><gra F0F0F0;1;1>center-gradient</gra></fgcolor><br><sha><out><gra FFFFFF>gradient-bottom</gra><br><fgcolor=FFFFFF><gra ' + '000000>gradient-top</gra></fgcolor><br><fgcolor=000000><gra F0F0F0;1;1>center-gradient</gra></fgcolor><br>'; end |
27 |
Does you control support padding
with AxLabel1 do begin Appearance := EXLABELLib.AppearanceEnum.Flat; VAlignment := EXLABELLib.VAlignmentEnum.TopAlignment; Caption := '<fgcolor FFFFFF><bgcolor 000000>left/right and top/bottom padding</bgcolor></fgcolor>'; BorderWidth := 4; BorderHeight := 4; BackColor := Color.FromArgb(255,255,255); end |
26 |
How can I display multiple-lines label
with AxLabel1 do begin WordWrap := True; Caption := '<b>1.</b> This is the first line<br><b>2.</b> This is the second line.'; end |
25 |
How can I disable the control
with AxLabel1 do begin Enabled := False; Alignment := EXLABELLib.AlignmentEnum.CenterAlignment; Caption := 'Command'; end |
24 |
How can I display a percent bar over the control
// Click event - Occurs when the user presses and then releases the left mouse button over the control. procedure TWinForm1.AxLabel1_ClickEvent(sender: System.Object; e: System.EventArgs); begin with AxLabel1 do begin set_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exClientExt,'25%'); set_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exTextExt,get_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exClientExt)); end end; with AxLabel1 do begin Alignment := EXLABELLib.AlignmentEnum.CenterAlignment; Caption := 'Command'; VAlignment := EXLABELLib.VAlignmentEnum.TopAlignment; BackgroundExt := 'bottom[4],left[4],right[4],bottom[16,pattern=0x000,frame=RGB(0,0,0)](left[50%,back=RGB(0,255,0),text=`<font ;6><sha ;;0>50%`,ali' + 'gn=0x11,pattern=0x006,patterncolor=RGB(0,128,0),frame=RGB(0,128,0)])'; set_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exClientExt,'75%'); set_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exTextExt,get_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exClientExt)); end |
23 |
Is it possible to display an additional caption on the control's background
|
22 |
How can I display a pattern over the label
|
21 |
How can I display pictures
with AxLabel1 do begin Alignment := EXLABELLib.AlignmentEnum.CenterAlignment; set_HTMLPicture('pic1','c:\exontrol\images\zipdisk.gif'); set_HTMLPicture('pic2','c:\exontrol\images\auction.gif'); Caption := 'text and pictures <img>pic1</img>,<img>pic2</img>,...'; end |
20 |
How can I display icons
|
19 |
How can I specify a different foreground color for a portion of the caption only
|
18 |
How can I specify a different background color for a portion of the caption only
|
17 |
Does your control support subscript or superscript, in HTML captions
|
16 |
How can I center the text and underlined with a dot line
|
15 |
Is there anyway to get the dotline or solidline to extend across the entire width of the caption area when text is centre-aligned horizontally
with AxLabel1 do begin WordWrap := True; Caption := '<c>Name&Address<br><upline><dotline> <c><font Tahoma;8>DeliveryNotes</font>'; Alignment := EXLABELLib.AlignmentEnum.LeftAlignment; BackColor := Color.FromArgb(0,0,0); ForeColor := Color.FromArgb(255,255,255); end |
14 |
How can I show a thick frame around the label
with AxLabel1 do begin Caption := 'Command'; BackgroundExt := '[[patterncolor=RGB(128,128,128)](none[(4,4,100%-8,100%-8),pattern=0x006,patterncolor=RGB(128,128,128),frame=RGB(128,128,128),fra' + 'methick])]'; Alignment := EXLABELLib.AlignmentEnum.CenterAlignment; BackColor := Color.FromArgb(255,255,255); end |
13 |
How can I add text decorations ( shadow )
with AxLabel1 do begin BackColor := Color.FromArgb(255,255,255); WordWrap := True; BorderWidth := 2; BorderHeight := 2; Caption := '<font ;28><sha>shadow</sha><br><fgcolor=FFFFFF><sha 0>outline</sha><br><sha 0;;0>outline anti-aliasing</sha><br><sha 808080;8;0>' + 'outline anti-aliasing</sha><br><sha 0;2;0>outline anti-aliasing</sha></font>'; end |
12 |
How can I add text decorations ( outline )
with AxLabel1 do begin BackColor := Color.FromArgb(255,255,255); WordWrap := True; BorderWidth := 2; BorderHeight := 2; Caption := '<font ;28><out>outline</out><br><fgcolor=FFFFFF><out 0>outline</out><br><sha 0;;0>outline anti-aliasing</sha><br><sha 0;2;0>outl' + 'ine anti-aliasing</sha></font>'; end |
11 |
How can I add text decorations ( gradient )
with AxLabel1 do begin WordWrap := True; Caption := '<font ;14><gra FFFFFF>gradient-bottom</gra><br><fgcolor=FFFFFF><gra 000000>gradient-top</gra></fgcolor><br><fgcolor=000000><gra ' + 'F0F0F0;1;1>center-gradient</gra></fgcolor><br>'; end |
10 |
Is it possible to display the control's tooltip using colord EBN objects
with AxLabel1 do begin VisualAppearance.Add(1,'c:\exontrol\images\normal.ebn'); Caption := 'just hover the cursor over the control'; Alignment := EXLABELLib.AlignmentEnum.CenterAlignment; set_Background(EXLABELLib.BackgroundPartEnum.exToolTipAppearance,$1ff0000); ToolTipText := 'This is just a text that''s displayed when the user clicks and drags the thumb to a new position'; end |
9 |
Is it possible to display the control's tooltip using EBN objects
with AxLabel1 do begin VisualAppearance.Add(1,'c:\exontrol\images\normal.ebn'); Caption := 'just hover the cursor over the control'; Alignment := EXLABELLib.AlignmentEnum.CenterAlignment; set_Background(EXLABELLib.BackgroundPartEnum.exToolTipAppearance,$1000000); ToolTipText := 'This is just a text that''s displayed when the user clicks and drags the thumb to a new position'; end |
8 |
How do I change the control's tooltip
|
7 |
Is it possible to display a colored EBN so the borders will be transparent
with AxLabel1 do begin VisualAppearance.Add(1,'c:\exontrol\images\normal.ebn'); Appearance := EXLABELLib.AppearanceEnum($1a88a58 Or Integer(EXLABELLib.AppearanceEnum.Bump)); Caption := 'just the label''s caption'; Alignment := EXLABELLib.AlignmentEnum.CenterAlignment; end |
6 |
Is it possible to display an EBN so the borders will be transparent
with AxLabel1 do begin VisualAppearance.Add(1,'c:\exontrol\images\normal.ebn'); Appearance := EXLABELLib.AppearanceEnum($1000000); Caption := 'just the label''s caption'; Alignment := EXLABELLib.AlignmentEnum.CenterAlignment; end |
5 |
How do I put/resize/stretch a picture on the control's background
with AxLabel1 do begin (GetOcx() as EXLABELLib.Label).Picture := AxLabel1.ExecuteTemplate('loadpicture(`c:\exontrol\images\zipdisk.gif`)'); PictureDisplay := EXLABELLib.PictureDisplayEnum.Stretch; BorderWidth := 64; BorderHeight := 64; end |
4 |
How can I change the control's font
|
3 |
How can I change the control's font
|
2 |
How do I change the control's foreground color
|
1 |
How do I change the control's background color
|