C# 클래스 ZForge.Controls.PropertyGridEx.CustomProperty

파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
MethodDelegate UICustomEventEditor.OnClick
bIsBrowsable bool
bIsDropdownResizable bool
bIsPassword bool
bIsPercentage bool
bIsReadOnly bool
bParenthesize bool
bRef bool
bUseFileNameEditor bool
bUseFilePathEditor bool
bVisible bool
eBrowsablePropertyLabel BrowsableTypeConverter.LabelStyle
eDialogType UIFilenameEditor.FileDialogType
oChoices CustomChoices
oDatasource object
oDefaultType System.Type
oDefaultValue object
oRef object
oSelectedItem object
oSelectedValue object
oTag object
oValue object
sCategory string
sDescription string
sDisplayMember string
sFilter string
sName string
sProp string
sValueMember string

Private Properties

프로퍼티 타입 설명
BuildAttributes_BrowsableProperty void
BuildAttributes_CustomChoices void
BuildAttributes_CustomEventProperty void
BuildAttributes_FilenameEditor void
BuildAttributes_ListboxEditor void

공개 메소드들

메소드 설명
CustomProperty ( ) : System
CustomProperty ( string strName, object objValue, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : System
CustomProperty ( string strName, object &objRef, string strProp, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : System
RebuildAttributes ( ) : void

비공개 메소드들

메소드 설명
BuildAttributes_BrowsableProperty ( ) : void
BuildAttributes_CustomChoices ( ) : void
BuildAttributes_CustomEventProperty ( ) : void
BuildAttributes_FilenameEditor ( ) : void
BuildAttributes_ListboxEditor ( ) : void

메소드 상세

CustomProperty() 공개 메소드

public CustomProperty ( ) : System
리턴 System

CustomProperty() 공개 메소드

public CustomProperty ( string strName, object objValue, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : System
strName string
objValue object
boolIsReadOnly bool
strCategory string
strDescription string
boolVisible bool
리턴 System

CustomProperty() 공개 메소드

public CustomProperty ( string strName, object &objRef, string strProp, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : System
strName string
objRef object
strProp string
boolIsReadOnly bool
strCategory string
strDescription string
boolVisible bool
리턴 System

RebuildAttributes() 공개 메소드

public RebuildAttributes ( ) : void
리턴 void

프로퍼티 상세

MethodDelegate 보호되어 있는 프로퍼티

protected UICustomEventEditor.OnClick MethodDelegate
리턴 UICustomEventEditor.OnClick

bIsBrowsable 보호되어 있는 프로퍼티

protected bool bIsBrowsable
리턴 bool

bIsDropdownResizable 보호되어 있는 프로퍼티

protected bool bIsDropdownResizable
리턴 bool

bIsPassword 보호되어 있는 프로퍼티

protected bool bIsPassword
리턴 bool

bIsPercentage 보호되어 있는 프로퍼티

protected bool bIsPercentage
리턴 bool

bIsReadOnly 보호되어 있는 프로퍼티

protected bool bIsReadOnly
리턴 bool

bParenthesize 보호되어 있는 프로퍼티

protected bool bParenthesize
리턴 bool

bRef 보호되어 있는 프로퍼티

protected bool bRef
리턴 bool

bUseFileNameEditor 보호되어 있는 프로퍼티

protected bool bUseFileNameEditor
리턴 bool

bUseFilePathEditor 보호되어 있는 프로퍼티

protected bool bUseFilePathEditor
리턴 bool

bVisible 보호되어 있는 프로퍼티

protected bool bVisible
리턴 bool

eBrowsablePropertyLabel 보호되어 있는 프로퍼티

protected BrowsableTypeConverter.LabelStyle eBrowsablePropertyLabel
리턴 BrowsableTypeConverter.LabelStyle

eDialogType 보호되어 있는 프로퍼티

protected UIFilenameEditor.FileDialogType eDialogType
리턴 UIFilenameEditor.FileDialogType

oChoices 보호되어 있는 프로퍼티

protected CustomChoices,ZForge.Controls.PropertyGridEx oChoices
리턴 CustomChoices

oDatasource 보호되어 있는 프로퍼티

protected object oDatasource
리턴 object

oDefaultType 보호되어 있는 프로퍼티

protected Type,System oDefaultType
리턴 System.Type

oDefaultValue 보호되어 있는 프로퍼티

protected object oDefaultValue
리턴 object

oRef 보호되어 있는 프로퍼티

protected object oRef
리턴 object

oSelectedItem 보호되어 있는 프로퍼티

protected object oSelectedItem
리턴 object

oSelectedValue 보호되어 있는 프로퍼티

protected object oSelectedValue
리턴 object

oTag 보호되어 있는 프로퍼티

protected object oTag
리턴 object

oValue 보호되어 있는 프로퍼티

protected object oValue
리턴 object

sCategory 보호되어 있는 프로퍼티

protected string sCategory
리턴 string

sDescription 보호되어 있는 프로퍼티

protected string sDescription
리턴 string

sDisplayMember 보호되어 있는 프로퍼티

protected string sDisplayMember
리턴 string

sFilter 보호되어 있는 프로퍼티

protected string sFilter
리턴 string

sName 보호되어 있는 프로퍼티

protected string sName
리턴 string

sProp 보호되어 있는 프로퍼티

protected string sProp
리턴 string

sValueMember 보호되어 있는 프로퍼티

protected string sValueMember
리턴 string