KryptonDomainUpDownSetBoundsCore Method |
Performs the work of setting the specified bounds of this control.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected override void SetBoundsCore(
int x,
int y,
int width,
int height,
BoundsSpecified specified
)
Parameters
- x Int32
- The new Left property value of the control.
- y Int32
- The new Top property value of the control.
- width Int32
- The new Width property value of the control.
- height Int32
- The new Height property value of the control.
- specified BoundsSpecified
- A bitwise combination of the BoundsSpecified values.
See Also