RadControls for Silverlight

The RadWindow type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAlert(Object)
Opens an Alert modal window.
Public methodStatic memberAlert(DialogParameters)
Opens an Alert modal window.
Public methodStatic memberAlert(Object, EventHandler<(Of <<'(WindowClosedEventArgs>)>>))
Opens an Alert modal window.
Public methodBringToFront
Attempts to bring the RadWindow over any other RadWindows except topmost.
(Inherited from WindowBase.)
Protected methodChangeVisualState()()()()
Changes the visual state of the control using transitions.
(Inherited from HeaderedContentControl.)
Protected methodChangeVisualState(Boolean)
Updates the visual state of the control.
(Overrides WindowBase..::..ChangeVisualState(Boolean).)
Protected methodCheckCanClose
Checks whether the window can be closed. This method doesn't consider the CanClose property, but checked for some other kind of constraints.
(Inherited from WindowBase.)
Public methodClose
Manually closes RadWindow.
(Inherited from WindowBase.)
Protected methodCloseWithoutEventsAndAnimations
Closes the Window instantly and the closing cannot be interrupted.
(Inherited from WindowBase.)
Public methodStatic memberConfigureModal
Public methodStatic memberConfirm(DialogParameters)
Opens a Confirm modal window.
Public methodStatic memberConfirm(Object, EventHandler<(Of <<'(WindowClosedEventArgs>)>>))
Opens a Confirm modal window.
Protected methodGetApplicationSize
Gets the application size depending on the platform.
(Inherited from WindowBase.)
Public methodGetNormalSizeAndPosition
Gets the size and position of the RadWindow in its normal state.
(Inherited from WindowBase.)
Public methodStatic memberGetParentRadWindow
This walks the visual tree for a parent of a specific type.
Public methodStatic memberGetResponseButton
Gets the response button.
Protected methodGetWindowOwner
(Overrides WindowBase..::..GetWindowOwner()()()().)
Protected methodGetWindowStartupLocation
(Overrides WindowBase..::..GetWindowStartupLocation()()()().)
Public methodGetZIndex
(Inherited from WindowBase.)
Protected methodOnActivated
Raises the [E:Activated] event. This method is called when the window is activated.
(Inherited from WindowBase.)
Public methodOnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate()()()().
(Overrides WindowBase..::..OnApplyTemplate()()()().)
Protected methodOnCloseAnimationFinished
(Inherited from WindowBase.)
Protected methodOnClosed()()()()
(Overrides WindowBase..::..OnClosed()()()().)
Protected methodOnClosed(WindowClosedEventArgs)
Raises the [E:Closed] event.
Protected methodOnClosing
(Overrides WindowBase..::..OnClosing()()()().)
Protected methodOnCreateAutomationPeer
Create the automation peer for this class.
(Inherited from WindowBase.)
Protected methodOnDeactivated
Raises the [E:Deactivated] event. This method is called when the window is deactivated.
(Inherited from WindowBase.)
Protected methodOnDragDelta
(Inherited from WindowBase.)
Protected methodOnDragEnd
(Inherited from WindowBase.)
Protected methodOnDragStart
(Inherited from WindowBase.)
Protected methodOnGotFocus
Called before the GotFocus event occurs.
(Overrides WindowBase..::..OnGotFocus(RoutedEventArgs).)
Protected methodOnHeaderChanged
Allows derived classes to act on header change.
(Inherited from HeaderedContentControl.)
Protected methodOnHeaderTemplateChanged
Allows derived classes to act on HeaderTemplate change.
(Inherited from HeaderedContentControl.)
Protected methodOnIsEnabledChanged
Invoked when the IsEnabled property of the control changes.
(Inherited from HeaderedContentControl.)
Protected methodOnIsFocusedChanged
Called when the IsFocused property changes.
(Overrides HeaderedContentControl..::..OnIsFocusedChanged(DependencyPropertyChangedEventArgs).)
Protected methodOnKeyDown
Called before the KeyDown event occurs.
(Overrides ControlOnKeyDown(KeyEventArgs).)
Protected methodOnLayoutChangeEnded()()()()
(Inherited from WindowBase.)
Protected methodOnLayoutChangeEnded(EventArgs)
Raises the [E:LayoutChangeEnded] event.
(Inherited from WindowBase.)
Protected methodOnLayoutChangeStarted()()()()
(Inherited from WindowBase.)
Protected methodOnLayoutChangeStarted(EventArgs)
Raises the [E:LayoutChangeStarted] event.
(Inherited from WindowBase.)
Protected methodOnLocationChanged
Raises the [E:LocationChanged] event.
(Inherited from WindowBase.)
Protected methodOnLostFocus
Called before the LostFocus event occurs.
(Overrides HeaderedContentControl..::..OnLostFocus(RoutedEventArgs).)
Protected methodOnPreviewClosed()()()()
Protected methodOnPreviewClosed(WindowPreviewClosedEventArgs)
Raises the [E:PreviewClose] event.
Protected methodOnRightMouseButtonUp
(Inherited from WindowBase.)
Protected methodOnRootVisualSizeChanged
(Inherited from WindowBase.)
Protected methodOnShowAnimationFinished
(Inherited from WindowBase.)
Protected methodOnWindowStateChanged
Raises the [E:WindowStateChanged] event.
(Overrides WindowBase..::..OnWindowStateChanged(EventArgs).)
Public methodStatic memberPrompt(DialogParameters)
Opens a Prompt modal window.
Public methodStatic memberPrompt(Object, EventHandler<(Of <<'(WindowClosedEventArgs>)>>))
Opens a Prompt modal window.
Public methodStatic memberPrompt(Object, EventHandler<(Of <<'(WindowClosedEventArgs>)>>), String)
Opens a Prompt modal window.
Public methodStatic memberSetResponseButton
Sets the response button.
Protected methodShouldActivateOnShow
(Inherited from WindowBase.)
Protected methodShouldFocusOnActivate
(Overrides WindowBase..::..ShouldFocusOnActivate()()()().)
Public methodShow
Opens RadWindow in case it hasn't been already opened.
Public methodShowDialog
Opens modal RadWindow in case it hasn't been already opened.
Protected methodShowWindow
Shows the window either modally or not. This method should be used in the subclasses to open the window.
(Inherited from WindowBase.)

Extension Methods

  NameDescription
Public Extension MethodChildrenOfType<(Of <<'(T>)>>)
Gets all child elements recursively from the visual tree by given type.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodClearIfNoBindingAndSet
Clears if set.
(Defined by CommonExtensions.)
Public Extension MethodClearIfSet
Clears the property if a value has been set.
(Defined by CommonExtensions.)
Public Extension MethodClearValue
Clears the local value of the read only property.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodEnableLayoutRounding (Defined by LayoutRoundingHelperExtensions.)
Public Extension MethodFindChildByType<(Of <<'(T>)>>)
Finds child element of the specified type. Uses breadth-first search.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodFromRoot
Returns the coordinates of the given point with respect to the given element. The given coordinates should be with respect to the root visual.
(Defined by Utils.)
Public Extension MethodGetAssociatedInlineUIContainer (Defined by ExtensionMethods.)
Public Extension MethodGetAssociatedLayoutBox (Defined by ExtensionMethods.)
Public Extension MethodGetBaseControlItemStatus
Gets a string that communicates the visual status of a Control.
(Defined by AutomationExtensions.)
Public Extension MethodGetBoundsRelativeTo (Defined by ExtensionMethods.)
Public Extension MethodGetGlobalMousePosition
(Defined by WindowHost.)
Public Extension MethodGetParentPane
(Defined by DockingLogicalTreeHelper.)
Public Extension MethodGetParents
Enumerates through element's parents in the visual tree.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodGetVisualParent<(Of <<'(T>)>>)
Searches up in the visual tree for parent element of the specified type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsAncestorOf(DependencyObject)Overloaded. (Defined by ExtensionMethods.)
Public Extension MethodIsAncestorOf(DependencyObject)Overloaded.
Determines whether the element is an ancestor of the descendant.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsKeyboardFocusWithin (Defined by KeyboardHelper.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by DependencyObjectExtensions.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by CommonExtensions.)
Public Extension MethodParentOfType<(Of <<'(T>)>>)
Gets the parent element from the visual tree by given type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodPointFromScreen
Returns the coordinates of the given point with respect to the given element. The given coordinates should be with respect to the root visual.
(Defined by Utils.)
Public Extension MethodPointToScreen
Returns the coordinates of the given point with respect to the root application. The given point should be the coordinates with respect to the given framework element.
(Defined by Utils.)
Public Extension MethodSetAssociatedLayoutBox (Defined by ExtensionMethods.)
Public Extension MethodSetIfDifferent
Sets the value of the dependencyProperty property if it's hasn't that value currently.
(Defined by CommonExtensions.)
Public Extension MethodSetLayout
Sets the location in the element in Canvas.
(Defined by CommonExtensions.)
Public Extension MethodSetLocation(Point)Overloaded.
Sets the location in the element in Canvas.
(Defined by CommonExtensions.)
Public Extension MethodSetLocation(Double, Double)Overloaded.
Sets the location in the element in Canvas.
(Defined by CommonExtensions.)
Public Extension MethodSetValue
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodSlideIn()()()()Overloaded.
Slides the given element into view. This is an extension method.
(Defined by CalendarAnimation.)
Public Extension MethodSlideIn(TimeSpan)Overloaded.
Slides the given element into view. This is an extension method.
(Defined by CalendarAnimation.)
Public Extension MethodSlideOut()()()()Overloaded.
Slides the given element out of view. This is an extension method.
(Defined by CalendarAnimation.)
Public Extension MethodSlideOut(TimeSpan)Overloaded.
Slides the given element out of view. This is an extension method.
(Defined by CalendarAnimation.)
Public Extension MethodToRoot
Returns the coordinates of the given point with respect to the root application. The given point should be the coordinates with respect to the given framework element.
(Defined by Utils.)
Public Extension MethodTranslate(Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), TimeSpan)Overloaded.
Translates the target element as requested by the parameters.
(Defined by CalendarAnimation.)
Public Extension MethodTranslate(Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), TimeSpan, Action)Overloaded.
Translates the target element as requested by the parameters and executes the action request.
(Defined by CalendarAnimation.)

See Also