Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NRenderCaptionContext Class
Fields Properties Methods


In This Topic
    NRenderCaptionContext Class Members
    In This Topic

    The following tables list the members exposed by NRenderCaptionContext.

    Public Constructors
     NameDescription
    Public ConstructorRepresents a sharable object containing information about how a caption should be rendered.  
    Top
    Public Fields
     NameDescription
    Public FieldThe bounds into which painting will occur. (Inherited from Nevron.UI.WinForm.Docking.NRenderContext)
    Public FieldA collection of all the buttons visible on the caption.  
    Public FieldThe smallest rectangle that contains all the buttons  
    Public FieldThe bounds (in client coordinates) of the caption.  
    Public FieldThe clip bounds. (Inherited from Nevron.UI.WinForm.Docking.NRenderContext)
    Public FieldThe NSkin instance currently used to visualize GUI elements. (Inherited from Nevron.UI.WinForm.Docking.NRenderContext)
    Public FieldSpecifies whether to draw grippers.  
    Public FieldThe Font object to be used.  
    Public FieldThe graphics object to be used by the drawing operation. (Inherited from Nevron.UI.WinForm.Docking.NRenderContext)
    Public FieldSpecifies the current gripper style to be applied.  
    Public FieldA specific value used to render XP themes.  
    Public FieldThe image to draw on the caption  
    Public FieldThe rect where to render image.  
    Public FieldSpecifies whether the caption is active.  
    Public FieldDetermines whether the rendered panel is currently floating.  
    Public FieldGets the INDockingPanel instance associated with the rendering operation.  
    Public FieldThe text of the caption.  
    Public FieldThe rectangle where the text should be rendered.  
    Public FieldThe text size.  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether the context is valid and might be used by a renderer. (Inherited from Nevron.UI.WinForm.Docking.NRenderContext)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.   
    Top
    See Also