![]() |
SilderDialog Methods |
The SilderDialog type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyStyles | (Inherited from Container.) |
![]() | AttachNative |
Attaches the control for direct use in a native application
(Inherited from Control.) |
![]() | BringToFront |
Brings the window in front of all other windows in the z-order.
(Inherited from Window.) |
![]() | Close |
Closes the window
(Inherited from Window.) |
![]() | Close(UTP) |
Close the dialog with the specified result
(Inherited from DialogSliderDialogResult.) |
![]() | Detach |
Detaches the control by removing it from its parent
(Inherited from Control.) |
![]() | DetachNative |
Detaches the control when it is used in a native application, when you want to reuse the control.
(Inherited from Control.) |
![]() | Dispose |
Disposes of this widget, supressing the finalizer
(Inherited from Widget.) |
![]() | Dispose(Boolean) |
Handles the disposal of this control
(Inherited from Control.) |
![]() | DoDragDrop(DataObject, DragEffects) |
Starts drag operation using this control as drag source.
(Inherited from Control.) |
![]() | DoDragDrop(DataObject, DragEffects, Image, PointF) |
Starts drag operation using this control as drag source.
(Inherited from Control.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindChild(Type, String) |
Finds a child control in this container or any of its child containers with the specified type (Inherited from Container.) |
![]() | FindChild``1(String) |
Finds a child control in this container or any of its child containers with the specified id (Inherited from Container.) |
![]() | FindParent(String) |
Finds a control in the parent hierarchy with the specified id (Inherited from Control.) |
![]() | FindParent(Type, String) |
Finds a control in the parent hierarchy with the specified type and ID if specified
(Inherited from Control.) |
![]() | Focus |
Attempts to set the keyboard input focus to this control, or the first child that accepts focus
(Inherited from Control.) |
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Inherited from Window.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize |
Initializes the widget handler
(Inherited from Widget.) |
![]() | Invalidate |
Queues a repaint of the entire control on the screen and any of its children.
(Inherited from Control.) |
![]() | Invalidate(Boolean) |
Queues a repaint of the entire control on the screen
(Inherited from Control.) |
![]() | Invalidate(Rectangle) |
Queues a repaint of the specified rect of the control and any children.
(Inherited from Control.) |
![]() | Invalidate(Rectangle, Boolean) |
Queues a repaint of the specified rect of the control
(Inherited from Control.) |
![]() ![]() | MapPlatformCommand |
Specifies a command to execute for a platform-specific command
(Inherited from Control.) |
![]() | Maximize |
Sets WindowState to Maximized (Inherited from Window.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Minimize |
Sets WindowState to Minimized (Inherited from Window.) |
![]() | OnApplyCascadingStyles |
Called when cascading styles should be applied to this control.
(Inherited from Control.) |
![]() | OnClosed |
Raises the Closed event.
(Inherited from Window.) |
![]() | OnClosing |
Raises the Closing event.
(Inherited from Window.) |
![]() | OnDataContextChanged |
Raises the DataContextChanged event
(Inherited from Window.) |
![]() | OnDragDrop |
Raises the DragDrop event.
(Inherited from Control.) |
![]() | OnDragEnter |
Raises the DragEnter event.
(Inherited from Control.) |
![]() | OnDragLeave |
Raises the DragLeave event.
(Inherited from Control.) |
![]() | OnDragOver |
Raises the DragOver event.
(Inherited from Control.) |
![]() | OnEnabledChanged |
Raises the EnabledChanged event.
(Inherited from Control.) |
![]() | OnGotFocus |
Raises the GotFocus event.
(Inherited from Control.) |
![]() | OnKeyDown |
Raises the KeyDown event.
(Inherited from Control.) |
![]() | OnKeyUp |
Raises the KeyUp event.
(Inherited from Control.) |
![]() | OnLoad |
Raises the Load event, and recurses to this container's children
(Inherited from Container.) |
![]() | OnLoadComplete |
Raises the LoadComplete event, and recurses to this container's children
(Inherited from Container.) |
![]() | OnLocationChanged |
Raises the LocationChanged event.
(Inherited from Window.) |
![]() | OnLogicalPixelSizeChanged |
Raises the LogicalPixelSizeChanged event.
(Inherited from Window.) |
![]() | OnLostFocus |
Raises the LostFocus event.
(Inherited from Control.) |
![]() | OnMouseDoubleClick |
Raises the mouse MouseDoubleClick event.
(Inherited from Control.) |
![]() | OnMouseDown |
Raises the MouseDown event.
(Inherited from Control.) |
![]() | OnMouseEnter |
Raises the MouseEnter event.
(Inherited from Control.) |
![]() | OnMouseLeave |
Raises the MouseLeave event.
(Inherited from Control.) |
![]() | OnMouseMove |
Raises the MouseMove event.
(Inherited from Control.) |
![]() | OnMouseUp |
Raises the MouseUp event.
(Inherited from Control.) |
![]() | OnMouseWheel |
Raises the MouseWheel event.
(Inherited from Control.) |
![]() | OnOwnerChanged |
Raises the OwnerChanged event.
(Inherited from Window.) |
![]() | OnPreLoad |
Raises the PreLoad event, and recurses to this container's children
(Inherited from Container.) |
![]() | OnShown |
Raises the Shown event.
(Inherited from Control.) |
![]() | OnSizeChanged |
Raises the SizeChanged event.
(Inherited from Control.) |
![]() | OnStyleChanged |
Handles when the Style is changed.
(Inherited from Container.) |
![]() | OnTextInput |
Raises the TextInput event.
(Inherited from Control.) |
![]() | OnUnLoad |
Raises the UnLoad event, and recurses to this container's children
(Inherited from Container.) |
![]() | OnWindowStateChanged |
Raises the WindowStateChanged event.
(Inherited from Window.) |
![]() | PointFromScreen |
Converts a point from screen space to control space.
(Inherited from Control.) |
![]() | PointToScreen |
Converts a point from control space to screen space
(Inherited from Control.) |
![]() | RectangleFromScreen |
Converts a rectangle from control space to screen space
(Inherited from Control.) |
![]() | RectangleToScreen |
Converts a rectangle from screen space to control space.
(Inherited from Control.) |
![]() | Remove(Control) |
Removes the specified child from the container
(Inherited from Panel.) |
![]() | Remove(IEnumerableControl) |
Remove the specified controls from this container
(Inherited from Container.) |
![]() | RemoveAll |
Removes all controls from this container
(Inherited from Container.) |
![]() | RemoveLogicalParent |
Removes the child control from the logical parent of this container.
(Inherited from Container.) |
![]() | RemoveParent |
Removes the specified control from the container.
(Inherited from Container.) |
![]() | ResumeLayout |
Resumes the layout after it has been suspended, and performs a layout
(Inherited from Control.) |
![]() | SendToBack |
Sends the window behind all other windows in the z-order.
(Inherited from Window.) |
![]() | SetLogicalParent |
Sets the logical (non-visual) parent of the specified child control.
(Inherited from Container.) |
![]() | SetParent |
Sets the parent of the specified child to this container
(Inherited from Container.) |
![]() | ShowModal |
Shows the dialog and blocks until the user closes the dialog
(Inherited from DialogSliderDialogResult.) |
![]() | ShowModal(Control) |
Shows the dialog and blocks until the user closes the dialog
(Inherited from DialogSliderDialogResult.) |
![]() | ShowModalAsync |
Shows the dialog modally asynchronously
(Inherited from DialogSliderDialogResult.) |
![]() | ShowModalAsync(Control) |
Shows the dialog modally asynchronously
(Inherited from DialogSliderDialogResult.) |
![]() | SuspendLayout |
Suspends the layout of child controls
(Inherited from Control.) |
![]() | ToString |
Gets a string that represents the current object with its ID if specified.
(Inherited from Widget.) |
![]() | Unbind |
Unbinds any bindings in the Bindings collection and removes the bindings
(Inherited from BindableWidget.) |
![]() | UpdateBindings |
Updates all bindings in this widget
(Inherited from BindableWidget.) |