Class RadControl
Inheritance
System.Object
RadControl
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RadControl : Control
Constructors
RadControl()
Declaration
protected RadControl()
Properties
CurrentVisualState
Declaration
public string CurrentVisualState { get; }
Property Value
System.
|
IsLoaded
Declaration
protected bool IsLoaded { get; }
Property Value
System.
|
IsLoading
Declaration
protected bool IsLoading { get; }
Property Value
System.
|
IsTemplateApplied
Declaration
protected bool IsTemplateApplied { get; }
Property Value
System.
|
IsUnloaded
Declaration
protected bool IsUnloaded { get; }
Property Value
System.
|
WasUnloaded
Declaration
protected bool WasUnloaded { get; }
Property Value
System.
|
Methods
ApplyTemplateCore()
Declaration
protected virtual bool ApplyTemplateCore()
Returns
System.
|
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Windows.
|
Returns
Windows.
|
BeginVisualStateUpdate()
Declaration
protected void BeginVisualStateUpdate()
CanUpdateVisualState()
Declaration
protected virtual bool CanUpdateVisualState()
Returns
System.
|
ComposeVisualStateName()
Declaration
protected virtual string ComposeVisualStateName()
Returns
System.
|
EndVisualStateUpdate(Boolean, Boolean)
Declaration
protected void EndVisualStateUpdate(bool update, bool animate)
Parameters
System.
|
System.
|
LoadCore()
Declaration
protected virtual void LoadCore()
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Windows.
|
Returns
Windows.
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
OnIsEnabledChanged(Boolean, Boolean)
Declaration
protected virtual void OnIsEnabledChanged(bool newValue, bool oldValue)
Parameters
System.
|
System.
|
OnLoaded()
Declaration
protected virtual void OnLoaded()
OnTemplateApplied()
Declaration
protected virtual void OnTemplateApplied()
SetVisualState(String, Boolean)
Declaration
protected virtual void SetVisualState(string state, bool animate)
Parameters
System.
|
System.
|
UnapplyTemplateCore()
Declaration
protected virtual void UnapplyTemplateCore()
UnloadCore()
Declaration
protected virtual void UnloadCore()
UpdateVisualState(Boolean)
Declaration
protected virtual void UpdateVisualState(bool animate)
Parameters
System.
|