RadWindow
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadWindow : HtmlDiv
Inheritance:
objectControlHtmlControlHtmlContainerControlHtmlDivRadWindow
Inherited Members
HtmlContainerControl.TextContentHtmlContainerControl.InnerTextHtmlControl.FindParentContainer<TContainerControl>()HtmlControl.ValidateTag(string)HtmlControl.ValidateControl()HtmlControl.ParseResponseValue<T>(string, T)HtmlControl.GetAttributeAsString(string)HtmlControl.InitializeMappings(MappingsCollection)HtmlControl.GetRectangle()HtmlControl.IsVisible()HtmlControl.GetStyleValue(string)HtmlControl.GetStyle(string)HtmlControl.GetComputedStyleValue(string)HtmlControl.GetComputedStyle(string)HtmlControl.Parent<TContainerControl>()HtmlControl.Capture()HtmlControl.Capture(string, string)HtmlControl.Capture(string)HtmlControl.InvokeEvent(ScriptEventType)HtmlControl.InvokeEvent(ScriptEventType, bool)HtmlControl.InvokeEvent(ScriptEvent)HtmlControl.InvokeEvent(ScriptEvent, bool)HtmlControl.AddEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.RemoveEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.MouseClick()HtmlControl.MouseClick(MouseClickType)HtmlControl.MouseClick(MouseClickType, int, int)HtmlControl.MouseClick(MouseClickType, Point, OffsetReference)HtmlControl.MouseClick(MouseClickType, int, int, OffsetReference)HtmlControl.MouseHover()HtmlControl.MouseHover(Point)HtmlControl.MouseHover(int, int)HtmlControl.MouseHover(int, int, OffsetReference)HtmlControl.Click()HtmlControl.Click(bool)HtmlControl.ScrollToVisible()HtmlControl.ScrollToVisible(ScrollToVisibleType)HtmlControl.ScrollToVisible(ScrollToVisibleType, Rectangle)HtmlControl.Download(bool, DownloadOption, string, int)HtmlControl.CallMethod(string)HtmlControl.CallMethod<T>(string)HtmlControl.CallMethod<T>(string, T)HtmlControl.GetValue<T>(string)HtmlControl.GetValue<T>(string, T)HtmlControl.GetValue<T>(string, bool)HtmlControl.GetValue<T>(string, bool, T)HtmlControl.SetValue<T>(string, T)HtmlControl.SetValue<T>(string, T, bool)HtmlControl.Focus()HtmlControl.DragTo(OffsetReference, Point, int, int)HtmlControl.DragTo(OffsetReference, int, int, Rectangle, OffsetReference, int, int)HtmlControl.DragTo(Point)HtmlControl.DragTo(int, int)HtmlControl.DragTo(HtmlControl)HtmlControl.DragTo(HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, Point, HtmlControl)HtmlControl.DragTo(OffsetReference, Point, HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, int, int, bool, HtmlControl, OffsetReference, int, int, bool)HtmlControl.DragToWindowLocation(OffsetReference, int, int, bool, OffsetReference, int, int, bool)HtmlControl.ToString()HtmlControl.AsjQueryControl()HtmlControl.GetElementByTagNameClientSideLocatorHtmlControl.GetElementByIdClientSideLocatorHtmlControl.FindHtmlControl.ScrollTopHtmlControl.ScrollLeftHtmlControl.WaitHtmlControl.IDHtmlControl.CssClassHtmlControl.AttributesHtmlControl.MappingsHtmlControl.StylesHtmlControl.EventsHtmlControl.TagNameHtmlControl.ChildNodesHtmlControl.IsActiveElementHtmlControl.IsEnabledControl.Refresh()Control.AssignFailed(Exception)Control.SetTelerikComponentsVersion(TelerikComponentsVersion?)Control.MatchControl(Element, FindParam)Control.GetFamilyElement(int, Element)Control.ThrowOnInvalidAssignmentControl.TelerikComponentsVersionControl.IsRefreshControl.BaseElementControl.OwnerBrowserControl.Locator
Initializes a new instance of the RadWindow class.
Initializes a new instance of the RadWindow class.
Declaration
public RadWindow(Element element)
Parameters
Element
Gets the client-side code that defines the RadWindow.
Gets/Sets the height of the Window.
Declaration
public int Height { get; set; }
Property Value
int
Determines whether the Window is active.
Declaration
public bool IsActive { get; }
Property Value
bool
Determines whether the Window is closed.
Declaration
public bool IsClosed { get; }
Property Value
bool
Determines whether the Window is maximized.
Declaration
public bool IsMaximized { get; }
Property Value
bool
Determines whether the Window is minimized.
Declaration
public bool IsMinimized { get; }
Property Value
bool
Determines whether the Window is modal.
Declaration
public bool IsModal { get; }
Property Value
bool
Determines whether the Window is pinned.
Declaration
public bool IsPinned { get; }
Property Value
bool
Gets/Sets the left of the Window(correct setting of Left is only for Window without restriction zone).
Declaration
public int Left { get; set; }
Property Value
int
Gets the HtmlFindExpression that defines the pattern for a RadWindow.
Get RenderMode of RadWindow
Declaration
public RenderMode RenderMode { get; }
Property Value
RenderMode
Gets/Sets the Id of the Window's restriction zone.
Declaration
public string RestrictionZoneId { get; set; }
Property Value
string
Gets/Sets RadWindow status.
Declaration
public string Status { get; set; }
Property Value
string
Gets/Sets the value of status input.
Declaration
public string StatusInputValue { get; }
Property Value
string
Gets/Sets current RadWindow title.
Declaration
public string Title { get; set; }
Property Value
string
Gets/Sets the top of the Window(correct setting of Top is only for Window without restriction zone).
Declaration
public int Top { get; set; }
Property Value
int
Gets/Sets the width of the Window.
Declaration
public int Width { get; set; }
Property Value
int
Declaration
public string WindowId { get; }
Property Value
string
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
Element
The underlying element object.
Overrides
HtmlDiv.AssignElement(Element)
Gets RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert
RadControlAssert instance initialized for this control.
Minimizes/Restores the RadWindow.
Moves RadWindow to specific coordinates(correct setting of Left and Top is only for Window without restriction zone).
Declaration
public void MoveTo(int left, int top)
Parameters
int
int
Declaration
public void Resize(int width, int height)
Parameters
int
int
Set modal property of RadWindow
Declaration
public void SetModal(bool isModal)
Parameters
bool