Class RadThemeComponentBase.ThemeContext
this class is used internally.
Inheritance
System.Object
RadThemeComponentBase.ThemeContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ThemeContext
Constructors
ThemeContext(Control)
Declaration
public ThemeContext(Control control)
Parameters
System.Windows.Forms.Control
control
|
Properties
Control
Declaration
public Control Control { get; }
Property Value
System.Windows.Forms.Control
|
ExcludeFromNearest
Declaration
public List<Control> ExcludeFromNearest { get; }
Property Value
System.Collections.Generic.List<System.Windows.Forms.Control>
|
Methods
CorrectPositions()
Declaration
public void CorrectPositions()
GetInfo(Int32)
Declaration
public RadThemeComponentBase.ThemeContext.ControlInfo GetInfo(int hashCode)
Parameters
System.Int32
hashCode
|
Returns
RadThemeComponentBase.ThemeContext.ControlInfo
|
Restore()
Declaration
public void Restore()
Save()
Declaration
public void Save()