Click or drag to resize

SilderDialog Class

Menu slider dialog. Provides a more fine grained interface for controlling menu sliders.
Inheritance Hierarchy
SystemObject
  Widget
    BindableWidget
      Control
        Container
          Panel
            Window
              Dialog
                DialogSliderDialogResult
                  Karamba.GHopper.Utilities.UIWidgetsSilderDialog

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public class SilderDialog : Dialog<SliderDialogResult>

The SilderDialog type exposes the following members.

Constructors
  NameDescription
Public methodSilderDialog
Initializes a new instance of the SilderDialog class. Create slider control dialog.
Top
Properties
  NameDescription
Public propertyAbortButton (Inherited from Dialog.)
Public propertyAllowDrop (Inherited from Control.)
Public propertyAutoSize (Inherited from Window.)
Public propertyBackgroundColor (Inherited from Control.)
Public propertyBindings (Inherited from BindableWidget.)
Public propertyBounds (Inherited from Window.)
Public propertyChildren (Inherited from Container.)
Public propertyClientSize (Inherited from Container.)
Public propertyContent (Inherited from Panel.)
Public propertyContextMenu (Inherited from Panel.)
Public propertyControlObject (Inherited from Widget.)
Public propertyControls (Inherited from Panel.)
Public propertyCursor (Inherited from Control.)
Public propertyDataContext (Inherited from BindableWidget.)
Public propertyDefaultButton (Inherited from Dialog.)
Public propertyDisplayMode (Inherited from Dialog.)
Public propertyEnabled (Inherited from Control.)
Public propertyHandler (Inherited from Widget.)
Public propertyHasFocus (Inherited from Control.)
Public propertyHeight (Inherited from Control.)
Public propertyIcon (Inherited from Window.)
Public propertyID (Inherited from Widget.)
Public propertyIsDisposed (Inherited from Widget.)
Public propertyIsSuspended (Inherited from Control.)
Public propertyIsVisualControl (Inherited from Control.)
Public propertyLoaded (Inherited from Control.)
Public propertyLocation (Inherited from Window.)
Public propertyLogicalParent (Inherited from Control.)
Public propertyLogicalPixelSize (Inherited from Window.)
Public propertyMaximizable (Inherited from Window.)
Public propertyMenu (Inherited from Window.)
Public propertyMinimizable (Inherited from Window.)
Public propertyMinimumSize (Inherited from Panel.)
Public propertyMovableByWindowBackground (Inherited from Window.)
Public propertyNativeHandle (Inherited from Widget.)
Public propertyNegativeButtons (Inherited from Dialog.)
Public propertyOpacity (Inherited from Window.)
Public propertyOwner (Inherited from Window.)
Public propertyPadding (Inherited from Panel.)
Public propertyParent (Inherited from Control.)
Public propertyParents (Inherited from BindableWidget.)
Public propertyParentWindow (Inherited from Control.)
Public propertyPlatform (Inherited from Widget.)
Public propertyPositiveButtons (Inherited from Dialog.)
Public propertyProperties (Inherited from Widget.)
Public propertyResizable (Inherited from Window.)
Public propertyRestoreBounds (Inherited from Window.)
Public propertyResult (Inherited from DialogSliderDialogResult.)
Public propertyScreen (Inherited from Window.)
Public propertyShowInTaskbar (Inherited from Window.)
Public propertySize (Inherited from Control.)
Public propertyStyle (Inherited from Widget.)
Public propertyStyleProvider (Inherited from Container.)
Public propertyStyles (Inherited from Container.)
Public propertySupportedPlatformCommands (Inherited from Control.)
Public propertyTabIndex (Inherited from Control.)
Public propertyTag (Inherited from Control.)
Public propertyTitle (Inherited from Window.)
Public propertyToolBar (Inherited from Window.)
Public propertyToolTip (Inherited from Control.)
Public propertyTopmost (Inherited from Window.)
Public propertyVisible (Inherited from Control.)
Public propertyVisualChildren (Inherited from Container.)
Public propertyVisualControls (Inherited from Control.)
Public propertyVisualParent (Inherited from Control.)
Public propertyWidth (Inherited from Control.)
Public propertyWindowState (Inherited from Window.)
Public propertyWindowStyle (Inherited from Window.)
Top
Methods
  NameDescription
Protected methodApplyStyles (Inherited from Container.)
Public methodAttachNative (Inherited from Control.)
Public methodBringToFront (Inherited from Window.)
Public methodClose (Inherited from Window.)
Public methodClose(UTP) (Inherited from DialogSliderDialogResult.)
Public methodDetach (Inherited from Control.)
Public methodDetachNative (Inherited from Control.)
Public methodDispose (Inherited from Widget.)
Protected methodDispose(Boolean) (Inherited from Control.)
Public methodDoDragDrop(DataObject, DragEffects) (Inherited from Control.)
Public methodDoDragDrop(DataObject, DragEffects, Image, PointF) (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) (Inherited from Container.)
Public methodFindChild``1(String) (Inherited from Container.)
Public methodFindParent(String) (Inherited from Control.)
Public methodFindParent(Type, String) (Inherited from Control.)
Public methodFocus (Inherited from Control.)
Protected methodGetCallback (Inherited from Window.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPreferredSize (Inherited from Control.)
Public methodGetPreferredSize(SizeF) (Inherited from Control.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize (Inherited from Widget.)
Public methodInvalidate (Inherited from Control.)
Public methodInvalidate(Boolean) (Inherited from Control.)
Public methodInvalidate(Rectangle) (Inherited from Control.)
Public methodInvalidate(Rectangle, Boolean) (Inherited from Control.)
Public methodMapPlatformCommand (Inherited from Control.)
Public methodMaximize (Inherited from Window.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMinimize (Inherited from Window.)
Protected methodOnApplyCascadingStyles (Inherited from Control.)
Protected methodOnClosed (Inherited from Window.)
Protected methodOnClosing (Inherited from Window.)
Protected methodOnDataContextChanged (Inherited from Window.)
Protected methodOnDragDrop (Inherited from Control.)
Protected methodOnDragEnter (Inherited from Control.)
Protected methodOnDragLeave (Inherited from Control.)
Protected methodOnDragOver (Inherited from Control.)
Protected methodOnEnabledChanged (Inherited from Control.)
Protected methodOnGotFocus (Inherited from Control.)
Protected methodOnKeyDown (Inherited from Control.)
Protected methodOnKeyUp (Inherited from Control.)
Protected methodOnLoad (Inherited from Container.)
Protected methodOnLoadComplete (Inherited from Container.)
Protected methodOnLocationChanged (Inherited from Window.)
Protected methodOnLogicalPixelSizeChanged (Inherited from Window.)
Protected methodOnLostFocus (Inherited from Control.)
Protected methodOnMouseDoubleClick (Inherited from Control.)
Protected methodOnMouseDown (Inherited from Control.)
Protected methodOnMouseEnter (Inherited from Control.)
Protected methodOnMouseLeave (Inherited from Control.)
Protected methodOnMouseMove (Inherited from Control.)
Protected methodOnMouseUp (Inherited from Control.)
Protected methodOnMouseWheel (Inherited from Control.)
Protected methodOnOwnerChanged (Inherited from Window.)
Protected methodOnPreLoad (Inherited from Container.)
Protected methodOnShown (Inherited from Control.)
Protected methodOnSizeChanged (Inherited from Control.)
Protected methodOnStyleChanged (Inherited from Container.)
Protected methodOnTextInput (Inherited from Control.)
Protected methodOnUnLoad (Inherited from Container.)
Protected methodOnWindowStateChanged (Inherited from Window.)
Public methodPointFromScreen (Inherited from Control.)
Public methodPointToScreen (Inherited from Control.)
Public methodRectangleFromScreen (Inherited from Control.)
Public methodRectangleToScreen (Inherited from Control.)
Public methodRemove(Control) (Inherited from Panel.)
Public methodRemove(IEnumerableControl) (Inherited from Container.)
Public methodRemoveAll (Inherited from Container.)
Protected methodRemoveLogicalParent (Inherited from Container.)
Protected methodRemoveParent (Inherited from Container.)
Public methodResumeLayout (Inherited from Control.)
Public methodSendToBack (Inherited from Window.)
Protected methodSetLogicalParent (Inherited from Container.)
Protected methodSetParent (Inherited from Container.)
Public methodShowModal (Inherited from DialogSliderDialogResult.)
Public methodShowModal(Control) (Inherited from DialogSliderDialogResult.)
Public methodShowModalAsync (Inherited from DialogSliderDialogResult.)
Public methodShowModalAsync(Control) (Inherited from DialogSliderDialogResult.)
Public methodSuspendLayout (Inherited from Control.)
Public methodToString (Inherited from Widget.)
Public methodUnbind (Inherited from BindableWidget.)
Public methodUpdateBindings (Inherited from BindableWidget.)
Top
Events
  NameDescription
Public eventClosed (Inherited from Window.)
Public eventClosing (Inherited from Window.)
Public eventDataContextChanged (Inherited from BindableWidget.)
Public eventDragDrop (Inherited from Control.)
Public eventDragEnter (Inherited from Control.)
Public eventDragLeave (Inherited from Control.)
Public eventDragOver (Inherited from Control.)
Public eventEnabledChanged (Inherited from Control.)
Public eventGotFocus (Inherited from Control.)
Public eventKeyDown (Inherited from Control.)
Public eventKeyUp (Inherited from Control.)
Public eventLoad (Inherited from Control.)
Public eventLoadComplete (Inherited from Control.)
Public eventLocationChanged (Inherited from Window.)
Public eventLogicalPixelSizeChanged (Inherited from Window.)
Public eventLostFocus (Inherited from Control.)
Public eventMouseDoubleClick (Inherited from Control.)
Public eventMouseDown (Inherited from Control.)
Public eventMouseEnter (Inherited from Control.)
Public eventMouseLeave (Inherited from Control.)
Public eventMouseMove (Inherited from Control.)
Public eventMouseUp (Inherited from Control.)
Public eventMouseWheel (Inherited from Control.)
Public eventOwnerChanged (Inherited from Window.)
Public eventPreLoad (Inherited from Control.)
Public eventShown (Inherited from Control.)
Public eventSizeChanged (Inherited from Control.)
Public eventStyleChanged (Inherited from Widget.)
Public eventTextInput (Inherited from Control.)
Public eventUnLoad (Inherited from Control.)
Public eventWindowStateChanged (Inherited from Window.)
Top
See Also