Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INCaptionControl Interface
Properties Methods Events

In This Topic
    INCaptionControl Interface Members
    In This Topic

    The following tables list the members exposed by INCaptionControl.

    Public Properties
     NameDescription
     PropertyGets or sets a value whether the control might be dragged. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     PropertyGets the object containing information about current border style. (Inherited from Nevron.UI.WinForm.Controls.INControlBorderProvider)
     PropertyGets the current border width. (Inherited from Nevron.UI.WinForm.Controls.INControlBorderProvider)
     PropertyGets a value whether the control can activate. True by default. (Inherited from Nevron.UI.WinForm.Docking.INSelectableControl)
     PropertyGets the NCaptionBar object that represents the control caption.  
     PropertyGets an array with all the commands associated with this instance.  
     Property (Inherited from Nevron.UI.WinForm.Controls.INSkinnableControl)
     PropertyGets the preffered base border color for this instance. (Inherited from Nevron.UI.WinForm.Controls.INControlBorderProvider)
     PropertyGets the preffered border style for this instance. (Inherited from Nevron.UI.WinForm.Controls.INControlBorderProvider)
     PropertyGets or sets the INDragHandler instance to be used from this control. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     PropertyGets the object containing information about the current drag operation. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     PropertyGets the size of this instance while being dragged. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     PropertyDetermines whether the current instance is enabled. (Inherited from Nevron.UI.WinForm.Controls.INControlBorderProvider)
     Property (Inherited from Nevron.UI.WinForm.Controls.INSkinnableControl)
     PropertyGets or sets a value whether the caption is visible or not  
     PropertyGets a value whether the control is currently active. (Inherited from Nevron.UI.WinForm.Docking.INSelectableControl)
     PropertyGets a value whether the border is in hot state - either focused or hovered. (Inherited from Nevron.UI.WinForm.Controls.INControlBorderProvider)
     PropertyGets a value indicating whether the caption is currently active.  
     PropertyGets a value whether the control is currently being dragged. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     PropertyGets or sets the render context to be used when painting caption.  
     PropertyGets the current size state of the control  
     Property (Inherited from Nevron.UI.WinForm.Controls.INSkinnableControl)
     PropertyGets or sets the text to be displayed by the caption  
     PropertyDetermines whether the control is visible. (Inherited from Nevron.UI.WinForm.Docking.INSelectableControl)
    Top
    Public Methods
     NameDescription
     MethodActivates the control and tries to give focus to a child control. (Inherited from Nevron.UI.WinForm.Docking.INSelectableControl)
     MethodExamines the provided mouse event arguments and checks whether a drag operation can begin. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     MethodDetermines whether the control is draggable. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     MethodCloses the control.  
     MethodDeactivates the control. This will update the caption but the control may still contains focus. (Inherited from Nevron.UI.WinForm.Docking.INSelectableControl)
     MethodDisplays the panel.  
     Method (Inherited from System.IDisposable)
     MethodEnds running drag operation. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     MethodDetermines whether the command with the specified id is checked for this instance.  
     MethodDetermines whether the command with the specified id is enabled for this instance.  
     MethodMaximizes the control.  
     MethodNotifies this instance that a context menu command has been clicked.  
     Method (Inherited from Nevron.UI.WinForm.Controls.INSkinnableControl)
     MethodOverloaded. Invalidates the caption area of the control.  
     MethodRestores default size of the control.  
     MethodSets the current active state of the control. (Inherited from Nevron.UI.WinForm.Docking.INSelectableControl)
     MethodDisplays a context menu aligned to the specified screen location.  
     MethodUpdates the border appearance. (Inherited from Nevron.UI.WinForm.Controls.INControlBorderProvider)
     MethodPerforms measure and refresh of the caption bar.  
     MethodUpdates the drag info during drag operation. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
    Top
    Public Events
     NameDescription
     EventFired when a caption button has been clicked.  
     Event  
    Top
    See Also