Skip to content

T_Ekstrand_Windows_Forms_ControlElements

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

ControlElements Class

Inheritance Hierarchy

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

Syntax

C#

public class ControlElements : IControlElements

VB

Public Class ControlElements
	Implements IControlElements

C++

public ref class ControlElements : IControlElements

F#

type ControlElements =  
    class
        interface IControlElements
    end

The ControlElements type exposes the following members.

Constructors

 

Name Description
Public method ControlElements Initializes a new instance of the ControlElements class
  Back to Top

Properties

 

Name Description
Public property BackColor Gets or sets the background color for the control.
Public property Bounds Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
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

Methods

 

Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

Ekstrand.Windows.Forms Namespace

Clone this wiki locally