Click or drag to resize

Config Class

컨트롤에 사용되는 각종 설정값
Inheritance Hierarchy
SystemObject
  Mcc.Series.ControlsConfig

Namespace:  Mcc.Series.Controls
Assembly:  Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Config

The Config type exposes the following members.

Constructors
  NameDescription
Public methodConfig
생성자
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberCommon_BorderColor
컨트롤 보더컬러
Public fieldStatic memberCommon_HighLightColor
텍스트 박스 포커스시 하이라이트 색
Public fieldStatic memberCommon_LineColor1
진한 라인색
Public fieldStatic memberCommon_LineColor2
연한 라인색
Public fieldStatic memberCommon_TableBackColor1
셀 진한색
Public fieldStatic memberCommon_TableBackColor2
셀 연한색
Public fieldStatic memberGrid_Default_CellBackColor
그리드의 기본 셀 배경색
Public fieldStatic memberGrid_Default_RowHeaderColor
그리드의 기본 로우 배경색
Public fieldStatic memberGrid_Delete_RowHeaderColor
그리드의 삭제된 로우의 로우셀렉터 배경색
Public fieldStatic memberGrid_Drug_BackColor
그리드 마약 backcolor
Public fieldStatic memberGrid_Drug_ForeColor
그리드 마약 forecolor
Public fieldStatic memberGrid_Insert_RowHeaderColor
그리드의 추가된 로우의 로우셀렉터 배경색
Public fieldStatic memberGrid_Readonly_CellBackColor
그리드의 읽기전용 셀배경색
Public fieldStatic memberGrid_Update_RowHeaderColor
그리드의 수정된 로우의 로우셀렉터 배경색
Top
See Also