RenderStandardGetRadioButtonPreferredSize Method |
Calculate the requested display size for the radio button.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override Size GetRadioButtonPreferredSize(
ViewLayoutContext context,
IPalette palette,
bool enabled,
bool checkState,
bool tracking,
bool pressed
)
Parameters
- context ViewLayoutContext
- Render context.
- palette IPalette
- Palette for sourcing display values.
- enabled Boolean
- Should check box be displayed as enabled.
- checkState Boolean
- Checked state of the radio button.
- tracking Boolean
- Should check box be displayed as hot tracking.
- pressed Boolean
- Should check box be displayed as pressed.
Return Value
SizeImplements
IRenderGlyphGetRadioButtonPreferredSize(ViewLayoutContext, IPalette, Boolean, Boolean, Boolean, Boolean)
See Also