KryptonContextMenuRadioButton
Figure 1 shows the list of properties exposed by the KryptonContextMenuRadioButton component.
Figure 1 - KryptonContextMenuRadioButton properties
Checked
A boolean property that determines if the radio button should be displayed as checked.
ExtraText
Optional extra text that can appear in addition to the main Text property.
Image
Optional image to draw with the text and extra text.
ImageTransparentColor
If you provide an Image then this property is used to specify which image color to consider transparent.
Text
This is the standard text that appears as the radio button description.
AutoCheck
Should clicking the item cause the checked state to be toggled.
AutoClose
Determines if pressing this radio button should cause the context menu to be closed.
Enabled
Should the radio button be displayed as enabled and allow interaction with the user. Note that if the KryptonContextMenu component has its own Enabled property defined as False then the item will be disabled regardless of the individual menu item Enabled state.
Visible
Define this as False if you do not want the collection of items to be displayed.
Tag
Use the Tag to assign your application specific information with the component instance.
Images
Set of images to use for drawing the radio box instead of the default palette entries.
ImageStyle
Drawing style applied to the text, extra text and image content.
OverrideFocus, StateCommon, StateDisabled, StateNormal
Overrides for changing how the item is drawn in various states.
Events
Click
Occurs when the user selects the item.
CheckedChanged
Occurs when the value of the Checked property changes, usually because the user clicked the item at runtime.