C# Class ZForge.Controls.PropertyGridEx.CustomProperty

Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Protected Properties

Свойство Type Description
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

Свойство Type Description
BuildAttributes_BrowsableProperty void
BuildAttributes_CustomChoices void
BuildAttributes_CustomEventProperty void
BuildAttributes_FilenameEditor void
BuildAttributes_ListboxEditor void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
BuildAttributes_BrowsableProperty ( ) : void
BuildAttributes_CustomChoices ( ) : void
BuildAttributes_CustomEventProperty ( ) : void
BuildAttributes_FilenameEditor ( ) : void
BuildAttributes_ListboxEditor ( ) : void

Method Details

CustomProperty() public méthode

public CustomProperty ( ) : System
Résultat System

CustomProperty() public méthode

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
Résultat System

CustomProperty() public méthode

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
Résultat System

RebuildAttributes() public méthode

public RebuildAttributes ( ) : void
Résultat void

Property Details

MethodDelegate protected_oe property

protected UICustomEventEditor.OnClick MethodDelegate
Résultat UICustomEventEditor.OnClick

bIsBrowsable protected_oe property

protected bool bIsBrowsable
Résultat bool

bIsDropdownResizable protected_oe property

protected bool bIsDropdownResizable
Résultat bool

bIsPassword protected_oe property

protected bool bIsPassword
Résultat bool

bIsPercentage protected_oe property

protected bool bIsPercentage
Résultat bool

bIsReadOnly protected_oe property

protected bool bIsReadOnly
Résultat bool

bParenthesize protected_oe property

protected bool bParenthesize
Résultat bool

bRef protected_oe property

protected bool bRef
Résultat bool

bUseFileNameEditor protected_oe property

protected bool bUseFileNameEditor
Résultat bool

bUseFilePathEditor protected_oe property

protected bool bUseFilePathEditor
Résultat bool

bVisible protected_oe property

protected bool bVisible
Résultat bool

eBrowsablePropertyLabel protected_oe property

protected BrowsableTypeConverter.LabelStyle eBrowsablePropertyLabel
Résultat BrowsableTypeConverter.LabelStyle

eDialogType protected_oe property

protected UIFilenameEditor.FileDialogType eDialogType
Résultat UIFilenameEditor.FileDialogType

oChoices protected_oe property

protected CustomChoices,ZForge.Controls.PropertyGridEx oChoices
Résultat CustomChoices

oDatasource protected_oe property

protected object oDatasource
Résultat object

oDefaultType protected_oe property

protected Type,System oDefaultType
Résultat System.Type

oDefaultValue protected_oe property

protected object oDefaultValue
Résultat object

oRef protected_oe property

protected object oRef
Résultat object

oSelectedItem protected_oe property

protected object oSelectedItem
Résultat object

oSelectedValue protected_oe property

protected object oSelectedValue
Résultat object

oTag protected_oe property

protected object oTag
Résultat object

oValue protected_oe property

protected object oValue
Résultat object

sCategory protected_oe property

protected string sCategory
Résultat string

sDescription protected_oe property

protected string sDescription
Résultat string

sDisplayMember protected_oe property

protected string sDisplayMember
Résultat string

sFilter protected_oe property

protected string sFilter
Résultat string

sName protected_oe property

protected string sName
Résultat string

sProp protected_oe property

protected string sProp
Résultat string

sValueMember protected_oe property

protected string sValueMember
Résultat string