Click or drag to resize

SilderDialog Properties

The SilderDialog type exposes the following members.

Properties
  NameDescription
Public propertyAbortButton
Gets or sets the abort button.
(Inherited from Dialog.)
Public propertyAllowDrop
Gets or sets a value indicating whether this control can serve as drop target.
(Inherited from Control.)
Public propertyBackgroundColor
Gets or sets the color for the background of the control
(Inherited from Control.)
Public propertyBindings
Gets the collection of bindings that are attached to this widget
(Inherited from BindableWidget.)
Public propertyBounds
Gets or sets the size and location of the window
(Inherited from Window.)
Public propertyChildren
Gets an enumeration of all contained child controls, including controls within child containers
(Inherited from Container.)
Public propertyClientSize
Gets or sets the size for the client area of the control
(Inherited from Container.)
Public propertyContent
Gets or sets the main content of the panel.
(Inherited from Panel.)
Public propertyContextMenu
Gets or sets the context menu for the panel.
(Inherited from Panel.)
Public propertyControlObject
Gets the instance of the platform-specific object
(Inherited from Widget.)
Public propertyControls
Gets an enumeration of controls that are directly contained by this container
(Inherited from Panel.)
Public propertyCursor
Gets or sets the type of cursor to use when the mouse is hovering over the control
(Inherited from Control.)
Public propertyDataContext
Gets or sets the data context for this widget for binding
(Inherited from BindableWidget.)
Public propertyDefaultButton
Gets or sets the default button.
(Inherited from Dialog.)
Public propertyDisplayMode
Gets or sets the display mode hint
(Inherited from Dialog.)
Public propertyEnabled
Gets or sets a value indicating whether this Control (or its children) are enabled and accept user input.
(Inherited from Control.)
Public propertyHandler
Gets the platform-specific handler for this widget
(Inherited from Widget.)
Public propertyHasFocus
Gets a value indicating whether this instance has the keyboard input focus.
(Inherited from Control.)
Public propertyHeight
Gets or sets the height of the control size.
(Inherited from Control.)
Public propertyIcon
Gets or sets the icon for the window to show in the menu bar.
(Inherited from Window.)
Public propertyID
Gets or sets the ID of this widget
(Inherited from Widget.)
Public propertyIsDisposed
Gets or sets a value indicating whether this Widget has been disposed.
(Inherited from Widget.)
Public propertyIsSuspended
Gets a value indicating whether the layout of child controls is suspended.
(Inherited from Control.)
Public propertyIsVisualControl
Gets a value indicating this Control is part of the visual tree.
(Inherited from Control.)
Public propertyLoaded
Gets a value indicating that the control is loaded onto a form, that is it has been created, added to a parent, and shown
(Inherited from Control.)
Public propertyLocation
Gets or sets the location of the window
(Inherited from Window.)
Public propertyLogicalParent
Gets the logical parent control.
(Inherited from Control.)
Public propertyLogicalPixelSize
Gets the number of pixels per logical pixel when on a high DPI display.
(Inherited from Window.)
Public propertyMaximizable
Gets or sets a value indicating whether this Window can be maximized.
(Inherited from Window.)
Public propertyMenu
Gets or sets the menu bar for this window
(Inherited from Window.)
Public propertyMinimizable
Gets or sets a value indicating whether this Window can be minimized.
(Inherited from Window.)
Public propertyMinimumSize
Gets or sets the minimum size of the panel.
(Inherited from Panel.)
Public propertyMovableByWindowBackground
Gets or sets a value indicating that the window can be moved by click+dragging the window background
(Inherited from Window.)
Public propertyNativeHandle
Gets the native platform-specific handle for integration purposes
(Inherited from Widget.)
Public propertyNegativeButtons
Gets the negative buttons list, these buttons are automatically added to the dialog.
(Inherited from Dialog.)
Public propertyOpacity
Gets or sets the opacity of the window
(Inherited from Window.)
Public propertyOwner
Gets or sets the owner of this window.
(Inherited from Window.)
Public propertyPadding
Gets or sets the padding around the Content of the panel.
(Inherited from Panel.)
Public propertyParent
Gets the container which this control has been added to, if any
(Inherited from Control.)
Public propertyParents
Gets an enumeration of all parent widgets in the heirarchy by traversing the Parent property.
(Inherited from BindableWidget.)
Public propertyParentWindow
Gets the window this control is contained in
(Inherited from Control.)
Public propertyPlatform
Gets the platform that was used to create the Handler for this widget
(Inherited from Widget.)
Public propertyPositiveButtons
Gets the positive buttons list, these buttons are automatically added to the dialog.
(Inherited from Dialog.)
Public propertyProperties
Gets the dictionary of properties for this widget
(Inherited from Widget.)
Public propertyResizable
Gets or sets a value indicating whether this Window is resizable.
(Inherited from Window.)
Public propertyRestoreBounds
Gets the bounds of the window before it was minimized or maximized, or the current bounds if WindowState is Normal.
(Inherited from Window.)
Public propertyResult
Gets or sets the result of the dialog
(Inherited from DialogSliderDialogResult.)
Public propertyScreen
Gets the screen this window is mostly contained in. Typically defined by the screen center of the window is visible.
(Inherited from Window.)
Public propertyShowInTaskbar
Gets or sets a value indicating whether this Window will show in the taskbar.
(Inherited from Window.)
Public propertySize
Gets or sets the size of the control. Use -1 to specify auto sizing for either the width and/or height.
(Inherited from Control.)
Public propertyCode exampleStyle
Gets or sets the style of this widget
(Inherited from Widget.)
Public propertyStyleProvider
Gets or sets the style provider for this container.
(Inherited from Container.)
Public propertyStyles
Gets the default style provider for this container.
(Inherited from Container.)
Public propertySupportedPlatformCommands
Gets the supported platform commands that can be used to hook up system functions to user defined logic
(Inherited from Control.)
Public propertyTabIndex
Gets or sets the tab index order for this control within its container.
(Inherited from Control.)
Public propertyTag
Gets or sets a user-defined object that contains data about the control
(Inherited from Control.)
Public propertyTitle
Gets or sets the title of the window
(Inherited from Window.)
Public propertyToolBar
Gets or sets the tool bar for the window.
(Inherited from Window.)
Public propertyToolTip
Gets or sets the tool tip to show when the mouse is hovered over the control
(Inherited from Control.)
Public propertyTopmost
Gets or sets a value indicating whether this Window is above all other windows.
(Inherited from Window.)
Public propertyVisible
Gets or sets a value indicating whether this Control is visible to the user.
(Inherited from Control.)
Public propertyVisualChildren
Gets an enumeration of all contained child controls in the visual tree, including controls within child containers.
(Inherited from Container.)
Public propertyVisualControls
Gets an enumeration of controls that are in the visual tree.
(Inherited from Control.)
Public propertyVisualParent
Gets the visual container of this control, if any.
(Inherited from Control.)
Public propertyWidth
Gets or sets the width of the control size.
(Inherited from Control.)
Public propertyWindowState
Gets or sets the state of the window.
(Inherited from Window.)
Public propertyWindowStyle
Gets or sets the style of this window.
(Inherited from Window.)
Top
See Also