5 references to Overlay
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonBase.cs (2)
39
private TextImageRelation textImageRelation = TextImageRelation.
Overlay
;
680
[DefaultValue(TextImageRelation.
Overlay
),
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1315
if(imageSize == Size.Empty || text == null || text.Length == 0 || textImageRelation == TextImageRelation.
Overlay
) {
1529
layout.textImageRelation = TextImageRelation.
Overlay
;
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
430
return ClientUtils.IsEnumValid(relation, (int)relation, (int)TextImageRelation.
Overlay
, (int)TextImageRelation.TextBeforeImage,1);