FindControlItemsCore.AddCheckButton Method
Name | Parameters | Description |
---|---|---|
AddCheckButton(String, Boolean) | text, checked | Adds a check button with the specified settings. |
AddCheckButton(String, String, Boolean, EventHandler, Nullable<Color>, FontStyle, Image) | name, text, checked, handler, backColor, fontStyleDelta, image | Adds a check button with the specified settings. |
AddCheckButton(String, String, Boolean, EventHandler) | name, text, checked, handler | Adds a check button with the specified settings. |