Represents per-thread static instance of special RadControl, which may be used for explicit measure of RadElement instance.
This functionality is required for example in the RadComboBox, when we need to calculate the size of the drop-down before it is displayed.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public sealed class MeasurementControl : RadControl |
| Visual Basic |
|---|
Public NotInheritable Class MeasurementControl _
Inherits RadControl |
Inheritance Hierarchy
System..::..Object System..::..MarshalByRefObject System.ComponentModel..::..Component System.Windows.Forms..::..Control System.Windows.Forms..::..ScrollableControl Telerik.WinControls..::..RadControl Telerik.WinControls..::..MeasurementControl
See Also