Skip to content

T_Ekstrand_Windows_Forms_IControlElements

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

IControlElements Interface

Interface properties for control appearance

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

Syntax

C#

public interface IControlElements

VB

Public Interface IControlElements

C++

public interface class IControlElements

F#

type IControlElements =  interface end

The IControlElements type exposes the following members.

Properties

 

Name Description
Public property BackColor
Public property Bounds
Public property DisabledTextColor Gets or sets the disabled text color.
Public property Font Gets or sets the font of the text displayed by the control.
Public property ForeColor Gets or sets the foreground color of the control.
Public property Graphics The Graphics used to draw the group box.
Public property GroupBoxStyle The styles used to draw the group box.
Public property Text The String to draw with the group box.
  Back to Top

See Also

Reference

Ekstrand.Windows.Forms Namespace

Clone this wiki locally