Back to Devexpress

FindControlItemsCore.AddCheckButton Method

windowsforms-devexpress-dot-xtralayout-dot-custom-dot-findcontrolitemscore-dot-addcheckbutton.md

latest969 B
Original Source

FindControlItemsCore.AddCheckButton Method

NameParametersDescription
AddCheckButton(String, Boolean)text, checkedAdds a check button with the specified settings.
AddCheckButton(String, String, Boolean, EventHandler, Nullable<Color>, FontStyle, Image)name, text, checked, handler, backColor, fontStyleDelta, imageAdds a check button with the specified settings.
AddCheckButton(String, String, Boolean, EventHandler)name, text, checked, handlerAdds a check button with the specified settings.