NevronOpenVision
Nevron.Nov.UI Namespace / NSplitterThumb Class
Fields Properties Methods Events


In This Topic
    NSplitterThumb Class Members
    In This Topic

    The following tables list the members exposed by NSplitterThumb.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the CollapseMode property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the NextPaneButton child.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NSplitterThumb.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the PreviousPaneButton child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the RestorePosition property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SplitFactor property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SplitMode property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SplitOffset property.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the collapse mode of this splitter, which determines the visibility of the thumb buttons. By default set to None, which means that the splitter thumb collapse pane buttons won't be visible.  
    Public PropertyGets/Sets the button used to collapse the next pane of the thumb or retore the previous one.  
    Public PropertyGets the splitter in which this splitter thumb resides.  
    Public PropertyGets/Sets the button used to collapse the previous pane of the thumb or restore the next one.  
    Public PropertyGets/Sets the position (SplitOffset or SplitFactor depending on SplitMode) at which to place the thumb when it is restored from a pane collapsed state. This value is automatically updated by Nevron.  
    Public PropertyGets/Sets the proportion factor at which to split. Used only when SplitMode is set to Proportional. Valid values are in the range [0, 1] (e.g. a value of 0.5 means split at the center). When set to NaN the splitter uses the panes desired width/height in the layout direction to find a suitable a replacement. By default set to NaN.  
    Public PropertyGets/Sets the mode in which the splitter splits the currently available area. By default set to OffsetFromNearSide.  
    Public PropertyGets/Sets the fixed length offset at which to split. When SplitMode is set to OffsetFromNearSide, this defines the near side of the layout direction (e.g. when Vertical is false, this is the Left side). When SplitMode is set to OffsetFromFarSide, this defines the far side of the layout direction (e.g. when Vertical is false, this is the Right side). The value of this property is not used when SplitMode is set to Proportional. When set to NaN the splitter uses the panes desired width/height in the layout direction to find a suitable replacement. By default set to NaN.  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Protected MethodOverridden. Arranges the content of the thumb.  
    Protected MethodOverridden. Overriden to request a horizontal or vertical split cursor, depending on the owner splitter orientation.  
    Internal Method  
    Top
    See Also