Skip to content

M_Ekstrand_Windows_Forms_GroupBoxRenderer_DrawEnhanceGroupBox

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

GroupBoxRenderer.DrawEnhanceGroupBox Method

Draws a group box control in the specified state and bounds, with the specified group-box, graphics and state.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

public static void DrawEnhanceGroupBox(
	IControlElements ce,
	IBorderElements be,
	IHeaderElements he,
	IInsideBorderElements ie,
	bool isDirty,
	EnhanceGroupBoxState state
)

VB

Public Shared Sub DrawEnhanceGroupBox ( 
	ce As IControlElements,
	be As IBorderElements,
	he As IHeaderElements,
	ie As IInsideBorderElements,
	isDirty As Boolean,
	state As EnhanceGroupBoxState
)

C++

public:
static void DrawEnhanceGroupBox(
	IControlElements^ ce, 
	IBorderElements^ be, 
	IHeaderElements^ he, 
	IInsideBorderElements^ ie, 
	bool isDirty, 
	EnhanceGroupBoxState state
)

F#

static member DrawEnhanceGroupBox : 
        ce : IControlElements * 
        be : IBorderElements * 
        he : IHeaderElements * 
        ie : IInsideBorderElements * 
        isDirty : bool * 
        state : EnhanceGroupBoxState -> unit 

Parameters

 

ce
Type: Ekstrand.Windows.Forms.IControlElements
IControlElements implementation class used for drawing user defined group box control.
be
Type: Ekstrand.Windows.Forms.IBorderElements
IBorderElements implemented class used for drawing user defined boarder elements.
he
Type: Ekstrand.Windows.Forms.IHeaderElements
IHeaderElements implemented class used for drawing user defined header elements.
ie
Type: Ekstrand.Windows.Forms.IInsideBorderElements
IInsideBorderElements implemented class used for drawing user defined inside boarder elements.
isDirty
Type: System.Boolean
Boolean value specifies one of the graphical element has changed and control rendering needs updating.
state
Type: Ekstrand.Windows.Forms.EnhanceGroupBoxState
One of the EnhanceGroupBoxState values that specifies the visual state of the group box.

See Also

Reference

GroupBoxRenderer Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally