2024-02-24 12:01:31 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > cef4delphi: uCEFInterfaces: Interface ICefLabelButton< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2026-04-04 18:01:24 +02:00
< meta name = "generator" content = "PasDoc 1.0.4" >
2024-02-24 12:01:31 +01:00
< meta http-equiv = "content-type" content = "text/html; charset=utf-8" >
2026-03-19 13:17:28 +01:00
< link rel = "StyleSheet" type = "text/css" href = "bootstrap.min.css" >
2024-02-24 12:01:31 +01:00
< link rel = "StyleSheet" type = "text/css" href = "pasdoc.css" >
2026-03-30 18:44:20 +02:00
< style type = "text/css" >
body { margin : 0.5 em ; }
. badge { padding : 0.1 em 0.5 em ; color : white ; }
< / style > < / head >
2024-02-24 12:01:31 +01:00
< body >
< span id = "ICefLabelButton" > < / span > < h1 class = "cio" > Interface ICefLabelButton< / h1 >
< div class = "sections" >
2026-03-19 13:17:28 +01:00
< div class = "one_section" > < a class = "section" href = "#PasDoc-Description" > Description< / a > < / div > < div class = "one_section" > < a class = "section" href = "#PasDoc-Hierarchy" > Hierarchy< / a > < / div > < div class = "one_section" > < a class = "section" href = "#PasDoc-Methods" > Methods< / a > < / div > < div class = "one_section" > < a class = "section" href = "#PasDoc-Properties" > Properties< / a > < / div > < / div >
2024-02-24 12:01:31 +01:00
< span id = "PasDoc-Description" > < / span > < h2 class = "unit" > Unit< / h2 >
< p class = "unitlink" >
< a href = "uCEFInterfaces.html" > uCEFInterfaces< / a > < / p >
< h2 class = "declaration" > Declaration< / h2 >
< p class = "declaration" >
< code > type ICefLabelButton = interface(< a class = "normal" href = "uCEFInterfaces.ICefButton.html" > ICefButton< / a > )< / code > < / p >
< h2 class = "description" > Description< / h2 >
< p >
LabelButton is a button with optional text and/or icon. Methods must be called on the browser process UI thread unless otherwise indicated. < / p >
< p >
< p > UNKNOWN
< p > < see href=" < a href = "https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_label_button_capi.h" > https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_label_button_capi.h< / a > " > CEF source file: /include/capi/views/cef_label_button_capi.h (cef_label_button_t))< / p >
< span id = "PasDoc-Hierarchy" > < / span > < h2 class = "hierarchy" > Hierarchy< / h2 >
< ul class = "hierarchy" > < li class = "ancestor" > IInterface< / li >
< li class = "ancestor" > < a class = "normal" href = "uCEFInterfaces.ICefBaseRefCounted.html" > ICefBaseRefCounted< / a > < / li >
< li class = "ancestor" > < a class = "normal" href = "uCEFInterfaces.ICefView.html" > ICefView< / a > < / li >
< li class = "ancestor" > < a class = "normal" href = "uCEFInterfaces.ICefButton.html" > ICefButton< / a > < / li >
< li class = "thisitem" > ICefLabelButton< / li > < / ul > < h2 class = "overview" > Overview< / h2 >
< span id = "PasDoc-Methods" > < / span > < h3 class = "summary" > Methods< / h3 >
< table class = "summary wide_list" >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > function < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#AsMenuButton" > AsMenuButton< / a > < / strong > : < a href = "uCEFInterfaces.ICefMenuButton.html" > ICefMenuButton< / a > ;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#SetText-ustring-" > SetText< / a > < / strong > (const text_: < a href = "uCEFTypes.html#ustring" > ustring< / a > );< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > function < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#GetText" > GetText< / a > < / strong > : < a href = "uCEFTypes.html#ustring" > ustring< / a > ;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#SetImage-TCefButtonState-ICefImage-" > SetImage< / a > < / strong > (button_state: < a href = "uCEFTypes.html#TCefButtonState" > TCefButtonState< / a > ; const image: < a href = "uCEFInterfaces.ICefImage.html" > ICefImage< / a > );< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > function < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#GetImage-TCefButtonState-" > GetImage< / a > < / strong > (button_state: < a href = "uCEFTypes.html#TCefButtonState" > TCefButtonState< / a > ): < a href = "uCEFInterfaces.ICefImage.html" > ICefImage< / a > ;< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#SetTextColor-TCefButtonState-TCefColor-" > SetTextColor< / a > < / strong > (for_state: < a href = "uCEFTypes.html#TCefButtonState" > TCefButtonState< / a > ; color: < a href = "uCEFTypes.html#TCefColor" > TCefColor< / a > );< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#SetEnabledTextColors-TCefColor-" > SetEnabledTextColors< / a > < / strong > (color: < a href = "uCEFTypes.html#TCefColor" > TCefColor< / a > );< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#SetFontList-ustring-" > SetFontList< / a > < / strong > (const font_list: < a href = "uCEFTypes.html#ustring" > ustring< / a > );< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#SetHorizontalAlignment-TCefHorizontalAlignment-" > SetHorizontalAlignment< / a > < / strong > (alignment: < a href = "uCEFTypes.html#TCefHorizontalAlignment" > TCefHorizontalAlignment< / a > );< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list2 visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#SetMinimumSize-TCefSize-" > SetMinimumSize< / a > < / strong > (const size_: < a href = "uCEFTypes.TCefSize.html" > TCefSize< / a > );< / code > < / td >
< / tr >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#SetMaximumSize-TCefSize-" > SetMaximumSize< / a > < / strong > (const size_: < a href = "uCEFTypes.TCefSize.html" > TCefSize< / a > );< / code > < / td >
< / tr >
< / table >
< span id = "PasDoc-Properties" > < / span > < h3 class = "summary" > Properties< / h3 >
< table class = "summary wide_list" >
2026-03-19 13:17:28 +01:00
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > property < strong > < a href = "uCEFInterfaces.ICefLabelButton.html#Text" > Text< / a > < / strong > : < a href = "uCEFTypes.html#ustring" > ustring< / a > read < a href = "uCEFInterfaces.ICefLabelButton.html#GetText" > GetText< / a > write < a href = "uCEFInterfaces.ICefLabelButton.html#SetText-ustring-" > SetText< / a > ;< / code > < / td >
< / tr >
< / table >
< h2 class = "description" > Description< / h2 >
< h3 class = "detail" > Methods< / h3 >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "AsMenuButton" > < / span > < code > function < strong > AsMenuButton< / strong > : < a href = "uCEFInterfaces.ICefMenuButton.html" > ICefMenuButton< / a > ;< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Returns this LabelButton as a MenuButton or NULL if this is not a MenuButton. < / p >
< h6 class = "description_section" > Attributes< / h6 >
< dl class = "attributes" >
< dt > GUID['{A99FD4F3-7EE6-4796-8BF6-EC367D51EED8}']< / dt >
< dd > < / dd >
< / dl >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "SetText-ustring-" > < / span > < code > procedure < strong > SetText< / strong > (const text_: < a href = "uCEFTypes.html#ustring" > ustring< / a > );< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Sets the text shown on the LabelButton. By default |text| will also be used as the accessible name. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetText" > < / span > < code > function < strong > GetText< / strong > : < a href = "uCEFTypes.html#ustring" > ustring< / a > ;< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Returns the text shown on the LabelButton. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "SetImage-TCefButtonState-ICefImage-" > < / span > < code > procedure < strong > SetImage< / strong > (button_state: < a href = "uCEFTypes.html#TCefButtonState" > TCefButtonState< / a > ; const image: < a href = "uCEFInterfaces.ICefImage.html" > ICefImage< / a > );< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Sets the image shown for |button_state|. When this Button is drawn if no image exists for the current state then the image for CEF_BUTTON_STATE_NORMAL, if any, will be shown. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "GetImage-TCefButtonState-" > < / span > < code > function < strong > GetImage< / strong > (button_state: < a href = "uCEFTypes.html#TCefButtonState" > TCefButtonState< / a > ): < a href = "uCEFInterfaces.ICefImage.html" > ICefImage< / a > ;< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Returns the image shown for |button_state|. If no image exists for that state then the image for CEF_BUTTON_STATE_NORMAL will be returned. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "SetTextColor-TCefButtonState-TCefColor-" > < / span > < code > procedure < strong > SetTextColor< / strong > (for_state: < a href = "uCEFTypes.html#TCefButtonState" > TCefButtonState< / a > ; color: < a href = "uCEFTypes.html#TCefColor" > TCefColor< / a > );< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Sets the text color shown for the specified button |for_state| to |color|. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "SetEnabledTextColors-TCefColor-" > < / span > < code > procedure < strong > SetEnabledTextColors< / strong > (color: < a href = "uCEFTypes.html#TCefColor" > TCefColor< / a > );< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Sets the text colors shown for the non-disabled states to |color|. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "SetFontList-ustring-" > < / span > < code > procedure < strong > SetFontList< / strong > (const font_list: < a href = "uCEFTypes.html#ustring" > ustring< / a > );< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Sets the font list. The format is " < FONT_FAMILY_LIST> ,[STYLES] < SIZE> " , where: - FONT_FAMILY_LIST is a comma-separated list of font family names, - STYLES is an optional space-separated list of style names (case-sensitive " Bold" and " Italic" are supported), and - SIZE is an integer font size in pixels with the suffix " px" .
< p > Here are examples of valid font description strings: - " Arial, Helvetica, Bold Italic 14px" - " Arial, 14px" < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "SetHorizontalAlignment-TCefHorizontalAlignment-" > < / span > < code > procedure < strong > SetHorizontalAlignment< / strong > (alignment: < a href = "uCEFTypes.html#TCefHorizontalAlignment" > TCefHorizontalAlignment< / a > );< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Sets the horizontal alignment; reversed in RTL. Default is CEF_HORIZONTAL_ALIGNMENT_CENTER. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "SetMinimumSize-TCefSize-" > < / span > < code > procedure < strong > SetMinimumSize< / strong > (const size_: < a href = "uCEFTypes.TCefSize.html" > TCefSize< / a > );< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Reset the minimum size of this LabelButton to |size|. < / p >
< / td > < / tr >
< / table >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "SetMaximumSize-TCefSize-" > < / span > < code > procedure < strong > SetMaximumSize< / strong > (const size_: < a href = "uCEFTypes.TCefSize.html" > TCefSize< / a > );< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Reset the maximum size of this LabelButton to |size|. < / p >
< / td > < / tr >
< / table >
< h3 class = "detail" > Properties< / h3 >
2026-03-19 13:17:28 +01:00
< table class = "detail visibility-public wide_list" >
< tr class = "list visibility-public" >
< td class = "visibility" > < span class = "badge vis-public" > Public< / span > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "Text" > < / span > < code > property < strong > Text< / strong > : < a href = "uCEFTypes.html#ustring" > ustring< / a > read < a href = "uCEFInterfaces.ICefLabelButton.html#GetText" > GetText< / a > write < a href = "uCEFInterfaces.ICefLabelButton.html#SetText-ustring-" > SetText< / a > ;< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Returns the text shown on the LabelButton. < / p >
< / td > < / tr >
< / table >
2026-04-04 18:01:24 +02:00
< hr > < span class = "appinfo" > < em > Generated by < a href = "https://pasdoc.github.io/" > PasDoc 1.0.4< / a > . < / em >
2024-02-24 12:01:31 +01:00
< / span >
< / body > < / html >