Click or drag to resize

SilderDialog Methods

The SilderDialog type exposes the following members.

Methods
  NameDescription
Protected methodApplyStyles (Inherited from Container.)
Public methodAttachNative
Attaches the control for direct use in a native application
(Inherited from Control.)
Public methodBringToFront
Brings the window in front of all other windows in the z-order.
(Inherited from Window.)
Public methodClose
Closes the window
(Inherited from Window.)
Public methodClose(UTP)
Close the dialog with the specified result
(Inherited from DialogSliderDialogResult.)
Public methodDetach
Detaches the control by removing it from its parent
(Inherited from Control.)
Public methodDetachNative
Detaches the control when it is used in a native application, when you want to reuse the control.
(Inherited from Control.)
Public methodDispose
Disposes of this widget, supressing the finalizer
(Inherited from Widget.)
Protected methodDispose(Boolean)
Handles the disposal of this control
(Inherited from Control.)
Public methodDoDragDrop(DataObject, DragEffects)
Starts drag operation using this control as drag source.
(Inherited from Control.)
Public methodDoDragDrop(DataObject, DragEffects, Image, PointF)
Starts drag operation using this control as drag source.
(Inherited from Control.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindChild(Type, String)
Finds a child control in this container or any of its child containers with the specified type
(Inherited from Container.)
Public methodFindChild``1(String)
Finds a child control in this container or any of its child containers with the specified id
(Inherited from Container.)
Public methodFindParent(String)
Finds a control in the parent hierarchy with the specified id
(Inherited from Control.)
Public methodFindParent(Type, String)
Finds a control in the parent hierarchy with the specified type and ID if specified
(Inherited from Control.)
Public methodFocus
Attempts to set the keyboard input focus to this control, or the first child that accepts focus
(Inherited from Control.)
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Inherited from Window.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize
Initializes the widget handler
(Inherited from Widget.)
Public methodInvalidate
Queues a repaint of the entire control on the screen and any of its children.
(Inherited from Control.)
Public methodInvalidate(Boolean)
Queues a repaint of the entire control on the screen
(Inherited from Control.)
Public methodInvalidate(Rectangle)
Queues a repaint of the specified rect of the control and any children.
(Inherited from Control.)
Public methodInvalidate(Rectangle, Boolean)
Queues a repaint of the specified rect of the control
(Inherited from Control.)
Public methodCode exampleMapPlatformCommand
Specifies a command to execute for a platform-specific command
(Inherited from Control.)
Public methodMaximize
Sets WindowState to Maximized
(Inherited from Window.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMinimize
Sets WindowState to Minimized
(Inherited from Window.)
Protected methodOnApplyCascadingStyles
Called when cascading styles should be applied to this control.
(Inherited from Control.)
Protected methodOnClosed
Raises the Closed event.
(Inherited from Window.)
Protected methodOnClosing
Raises the Closing event.
(Inherited from Window.)
Protected methodOnDataContextChanged
Raises the DataContextChanged event
(Inherited from Window.)
Protected methodOnDragDrop
Raises the DragDrop event.
(Inherited from Control.)
Protected methodOnDragEnter
Raises the DragEnter event.
(Inherited from Control.)
Protected methodOnDragLeave
Raises the DragLeave event.
(Inherited from Control.)
Protected methodOnDragOver
Raises the DragOver event.
(Inherited from Control.)
Protected methodOnEnabledChanged
Raises the EnabledChanged event.
(Inherited from Control.)
Protected methodOnGotFocus
Raises the GotFocus event.
(Inherited from Control.)
Protected methodOnKeyDown
Raises the KeyDown event.
(Inherited from Control.)
Protected methodOnKeyUp
Raises the KeyUp event.
(Inherited from Control.)
Protected methodOnLoad
Raises the Load event, and recurses to this container's children
(Inherited from Container.)
Protected methodOnLoadComplete
Raises the LoadComplete event, and recurses to this container's children
(Inherited from Container.)
Protected methodOnLocationChanged
Raises the LocationChanged event.
(Inherited from Window.)
Protected methodOnLogicalPixelSizeChanged
Raises the LogicalPixelSizeChanged event.
(Inherited from Window.)
Protected methodOnLostFocus
Raises the LostFocus event.
(Inherited from Control.)
Protected methodOnMouseDoubleClick
Raises the mouse MouseDoubleClick event.
(Inherited from Control.)
Protected methodOnMouseDown
Raises the MouseDown event.
(Inherited from Control.)
Protected methodOnMouseEnter
Raises the MouseEnter event.
(Inherited from Control.)
Protected methodOnMouseLeave
Raises the MouseLeave event.
(Inherited from Control.)
Protected methodOnMouseMove
Raises the MouseMove event.
(Inherited from Control.)
Protected methodOnMouseUp
Raises the MouseUp event.
(Inherited from Control.)
Protected methodOnMouseWheel
Raises the MouseWheel event.
(Inherited from Control.)
Protected methodOnOwnerChanged
Raises the OwnerChanged event.
(Inherited from Window.)
Protected methodOnPreLoad
Raises the PreLoad event, and recurses to this container's children
(Inherited from Container.)
Protected methodOnShown
Raises the Shown event.
(Inherited from Control.)
Protected methodOnSizeChanged
Raises the SizeChanged event.
(Inherited from Control.)
Protected methodOnStyleChanged
Handles when the Style is changed.
(Inherited from Container.)
Protected methodOnTextInput
Raises the TextInput event.
(Inherited from Control.)
Protected methodOnUnLoad
Raises the UnLoad event, and recurses to this container's children
(Inherited from Container.)
Protected methodOnWindowStateChanged
Raises the WindowStateChanged event.
(Inherited from Window.)
Public methodPointFromScreen
Converts a point from screen space to control space.
(Inherited from Control.)
Public methodPointToScreen
Converts a point from control space to screen space
(Inherited from Control.)
Public methodRectangleFromScreen
Converts a rectangle from control space to screen space
(Inherited from Control.)
Public methodRectangleToScreen
Converts a rectangle from screen space to control space.
(Inherited from Control.)
Public methodRemove(Control)
Removes the specified child from the container
(Inherited from Panel.)
Public methodRemove(IEnumerableControl)
Remove the specified controls from this container
(Inherited from Container.)
Public methodRemoveAll
Removes all controls from this container
(Inherited from Container.)
Protected methodRemoveLogicalParent
Removes the child control from the logical parent of this container.
(Inherited from Container.)
Protected methodRemoveParent
Removes the specified control from the container.
(Inherited from Container.)
Public methodResumeLayout
Resumes the layout after it has been suspended, and performs a layout
(Inherited from Control.)
Public methodSendToBack
Sends the window behind all other windows in the z-order.
(Inherited from Window.)
Protected methodSetLogicalParent
Sets the logical (non-visual) parent of the specified child control.
(Inherited from Container.)
Protected methodSetParent
Sets the parent of the specified child to this container
(Inherited from Container.)
Public methodShowModal
Shows the dialog and blocks until the user closes the dialog
(Inherited from DialogSliderDialogResult.)
Public methodShowModal(Control)
Shows the dialog and blocks until the user closes the dialog
(Inherited from DialogSliderDialogResult.)
Public methodShowModalAsync
Shows the dialog modally asynchronously
(Inherited from DialogSliderDialogResult.)
Public methodShowModalAsync(Control)
Shows the dialog modally asynchronously
(Inherited from DialogSliderDialogResult.)
Public methodSuspendLayout
Suspends the layout of child controls
(Inherited from Control.)
Public methodToString
Gets a string that represents the current object with its ID if specified.
(Inherited from Widget.)
Public methodUnbind
Unbinds any bindings in the Bindings collection and removes the bindings
(Inherited from BindableWidget.)
Public methodUpdateBindings
Updates all bindings in this widget
(Inherited from BindableWidget.)
Top
See Also